Here's what's popular on GitHub today...
-
Updated
May 2, 2021 - TypeScript
View a 3D model of your GitHub contribution graph. Share it, print it, and more!
R
-
Updated
Apr 30, 2021 - PHP
-
Updated
May 1, 2021 - JavaScript
GitHub Presente: Em Portuguese
June 15, 2021 • Online
-
Updated
May 2, 2021 - C#
Depfu
Depfu is the best way for busy teams to keep their app dependencies up-to-date. We believe doing small, easy to assess updates regularly and supported by automation is a lot easier than falling behind and having to update everything at once.
We support all Ruby projects using Bundler and all JS projects using npm or Yarn. Lock files are handled automatically.
-
Updated
May 2, 2021 - Python
-
Updated
May 2, 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 2, 2021 - Python
-
Updated
Apr 19, 2021 - JavaScript
-
Updated
May 1, 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
Apr 29, 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 2, 2021 - V
-
Updated
May 1, 2021 - Jupyter Notebook
-
Updated
May 2, 2021 - Python
-
Updated
Apr 30, 2021 - JavaScript
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.
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.