Skip to content
#

ideas

Here are 374 public repositories matching this topic...

goenning
goenning commented Jul 24, 2021

Fider currently only run migrations that have a timestamp higher than the last executed migration.

This means we need to be extra careful when merging PRs to ensure the timestamp on the migration files are always accurate.

Ruby on Rails takes another approach where they run all migrations that have not yet been executed on the server. They still apply it in order of timestamp, but allows P

good first issue help wanted

Every time I have an idea, I write it down. These are a collection of my top software ideas -- problems I think enough people have that don't have solutions. I expect you can reach a decent userbase if marketed correctly, as I am surely not the only one with these problems.

  • Updated May 5, 2022
ideas
jin-x
jin-x commented Feb 27, 2022

Предлагаю добавить несколько математических функций:

void std::sincos(double arg, double& sin, double& cos), std::sincos_t std::sincos(double arg), struct sincos_t { double sin, cos; } (а также sincosf, sincosl) — вычисление синуса и косинуса одной операцией, поскольку зачастую это можно реализовать более быстрым способом, чем последовательное вычисление sin и cos (аналогично как std::d

good first issue
ming-tsai
ming-tsai commented Apr 8, 2021

It'd be awesome to have a lot of projects list so that we could have more collection 😜

🐞 Problem
Currently, we have only a bunch of projects
🎯 Goal
Have a lot of projects list

💡 Possible solutions
Add a new data to ideas.json or projects.json

How to make it?
Check out Contribution Guidelines

📋 Steps to sol

enhancement good first issue help wanted
plt-formal-methods-resources

Curated List of Research Focused Reading Materials & Videos for Learning about Programming Language Theory Research, Formal Methods and their application in some most active computer Science fields.

  • Updated Aug 17, 2019

Improve this page

Add a description, image, and links to the ideas topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the ideas topic, visit your repo's landing page and select "manage topics."

Learn more