Here's what's popular on GitHub today...
-
Updated
May 2, 2021 - TypeScript
Control and monitor every aspect of your 3D printer and your printing jobs right from within your browser.
Terminal
-
Updated
Apr 30, 2021 - PHP
-
Updated
May 1, 2021 - JavaScript
GitHub Presente: Em Portuguese
June 15, 2021 • Online
-
Updated
May 3, 2021 - C#
Made in India
Open source projects built in or receiving significant contributions from India :india:
Sider
Sider checks code using custom rules based on project specific knowledge and cumulative team experiences. On each pull request, Sider automatically alerts developers on previously documented issues and key information relevant to the changed code.
-
Updated
May 2, 2021 - Python
-
Updated
May 3, 2021 - Markdown
it's not clear from the Client Libary Guide that the default behavior of signUp when used with the hosted platform is to send an email confirmation,
we should:
- include this as a note here
- add an example showing the return value when this happens
- update any auth [examples](htt
-
Updated
May 3, 2021 - Python
-
Updated
Apr 19, 2021 - JavaScript
-
Updated
May 3, 2021
-
Updated
May 2, 2021 - Elixir
If you command a lane change under 45mph, nothing will happen. It it should be clear to the user that no lane change can be done because the speed is too low.
Perhaps instead of the message "Steer Left to Start Lane Change" that appears above 45mph something like "Speed too low for lane change"
The problem faced currently?
While adding an ingress route, or a target in ingress route.
If by mistake white space gets added to the route or host. We get the error specified route not found or unable to reach the specified target
How can we solve it?
Mission control should remove the white space if present before saving the config
If you want this feature to be implemented, gi
-
Updated
May 3, 2021 - Jupyter Notebook
Subject of the issue
When attempting to do a login to an account that has 2FA enabled, but without the 2FA details, it seems to return the wrong error response. Not just the message, but the whole object is different. I understand that this is likely not a priority considering everything works, but for parity's sake, it would be nice to have this implemented the right way.
I also noticed t
-
Updated
May 3, 2021 - V
-
Updated
May 1, 2021 - Jupyter Notebook
-
Updated
May 3, 2021 - Python
-
Updated
Apr 30, 2021 - JavaScript
POEditor
POEditor is a highly scalable localization management service designed for translating software products, such as apps, sites and games.
Integrated with GitHub, it syncs with your repos automatically. You don't ever need to touch a language file.
Slack and HipChat integrations make it easy to get realtime updates about the localization process and the translation progress.


Currently, we use names of the form
id_{}to name test cases stored to disk using anOnDiskCorpus.We should change this behavior so that we have globally unique test case names. This can be achieved by combining some minimal metadata (such as timestamp, last mutator) with a hash of the test case input data.