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!
Python
-
Updated
Apr 30, 2021 - PHP
-
Updated
May 1, 2021 - JavaScript
GitHub Presente: Em Portuguese
June 15, 2021 • Online
-
Updated
May 2, 2021 - C#
Made in India
Open source projects built in or receiving significant contributions from India :india:
Cirrus CI
Cirrus CI makes your development cycle fast, efficient, and secure by leveraging modern cloud technologies. Cirrus CI scales with your team and makes shipping software faster and cheaper.
-
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 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
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
LGTM
Continuous security analysis
LGTM is a code analysis platform for identifying vulnerabilities and preventing them from reaching production.
LGTM automatically runs 1600+ standard analyses contributed by researchers from the Semmle Security Research Team and our customer community, including Microsoft, Google, Uber and Mozilla.
Quickly refine and run custom QL queries to find variants of known issues and prevent them from being re-introduced into your codebase.
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.