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!
-
Updated
Apr 30, 2021 - PHP
-
Updated
May 1, 2021 - JavaScript
Open Source Friday: Encapsulating Ruby on Rails views
May 14, 2021 • Online
-
Updated
May 2, 2021 - C#
Made in India
Open source projects built in or receiving significant contributions from India :india:
Coveralls
Coveralls.io: Deliver Better Code
We help you deliver code confidently by showing which parts of your code aren’t covered by your test suite.
Eliminate Tech Debt
Maintaining a well-tested codebase is mission-critical, but figuring out where your tests are lacking can be painful. You're already running your tests on a continuous integration server, let it do the heavy lifting. Coveralls works with your CI to sift through coverage data to find gaps you didn't know you had.
-
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
DeepSource
DeepSource helps you find and fix issues during code reviews. Free to use on open-source repositories.
Seamless integration with GitHub lets you start analyzing code in a couple of minutes. Follow our documentation and guides to get started — deepsource.io/docs/
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.