Here's what's popular on GitHub today...
Trending repository
-
Updated
May 7, 2022 - TypeScript
GitHub Skyline
Enter your username and annotate some of the “towers” to share your GitHub story in 3D, VR, and IRL.
Popular topic
Atom
Trending repository
-
Updated
May 4, 2022 - SWIG
Trending repository
-
Updated
Aug 1, 2021 - Python
Upcoming event recommended by GitHub
All Things Open 2022
October 30, 2022 - November 02, 2022 • Raleigh, NC
Trending repository
-
Updated
May 7, 2022 - Go
Trending repository
-
Updated
May 6, 2022 - Jupyter Notebook
Collection recommended by GitHub
Made in Brazil
Open source projects built in or receiving significant contributions from Brazil :brazil:
App recommended by GitHub
Codetree
Codetree is a lightweight project management app with terrific support for multi-repo projects. There's nothing to install and it works in every browser.
Agile teams use Codetree to plan sprints and epics, and understand their in-flight work. Two-way sync with GitHub Issues means your team can work in either tool and everything stays up to date.
Teams from SeatGeek, Google, Telerik, MIT, Microsoft and CKSource trust Codetree to help deliver great software.
Trending repository
-
Updated
May 7, 2022 - TypeScript
Trending repository
-
Updated
May 1, 2022 - Python
Trending repository
Trying to move some of the JavaScripts to pyscript, its there a way to of something like this in pyscript now?
var metas = document.getElementsByTagName('meta');
Trending repository
-
Updated
May 6, 2022 - Java
Trending repository
-
Updated
May 7, 2022 - JavaScript
Trending repository
In this ticket we will keep track of existing translations of the documentation in languages other than English. If you have translated the documentation in a missing language, please do share the link here:
- Original/English
- Spanish/Español by Colectivo Disonancia (not fully updated)
For
Trending repository
-
Updated
May 6, 2022
Trending repository
-
Updated
Mar 5, 2022
Trending repository
Currently, aptos init is an interactive process, where users put in values as they go. However, it requires you to actively type things in, and that can be hard when the values are long or complicated.
So, we should allow overwriting by taking in values. The values that should be supported are:
--private-key
--private-key-file
--url
--faucet-url
The account address and pu
Trending repository
-
Updated
May 6, 2022 - Go
Trending repository
-
Updated
May 7, 2022 - Shell
Trending repository
-
Updated
May 6, 2022 - Go
Trending repository
-
Updated
May 7, 2022 - Vue
Trending repository
Trending repository
-
Updated
May 7, 2022
Trending repository
-
Updated
May 6, 2022 - C#
Trending repository
-
Updated
May 7, 2022 - Java
Trending repository
-
Updated
Apr 6, 2022
Trending repository
App recommended by GitHub
Octobox
Untangle your GitHub notifications
Octobox helps you manage your notifications in the same way Gmail helps you manage your email. Built for developer workflows centred around GitHub issues, pull requests, comments and commits, Octobox makes sure you never miss another mention or misplace another issue.
let's have typechecking, like in ParlAI: https://github.com/fairinternal/ParlAI-Internal/blob/705258b5799e69ef8942a8fc56928ad779e0980b/.github/workflows/lint.yml
Motivation
It would be good to have some type checks (as suggestions, not a blocking test) to help catch common errors