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.
Vim
-
Updated
Apr 30, 2021 - PHP
-
Updated
May 1, 2021 - JavaScript
GitHub ¡Presente!: En Español
May 18, 2021 • Online
-
Updated
May 2, 2021 - C#
Lucidchart Connector
Lucidchart empowers you and your team to create and collaborate on architecture diagrams, mockups, user flows, flowcharts, and other visuals in real time.
With Lucidchart, you can include these visuals in GitHub so team members can quickly understand an issue or pull request. Simply insert a public link to the Lucidchart document—the link will unfurl to show a preview, and unlike static diagrams, the link ensures that users always have access to the current version of the visual.
-
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 2, 2021 - Python
-
Updated
Apr 30, 2021 - JavaScript
Check Run Reporter
Check Run Reporter takes your JUnit, Checkstyle, and other structured reports and presents their results to you right in the GitHub UI. No more need to dig through your pages of CI logs to find out why your build failed.


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.