Here's what's popular on GitHub today...
Trending repository
-
Updated
May 5, 2022 - JavaScript
GitHub Skyline
View, print, and share a 3D model of your GitHub contributions.
Popular topic
Trending repository
-
Updated
May 5, 2022 - TypeScript
Trending repository
-
Updated
May 4, 2022 - C++
Upcoming event recommended by GitHub
Octogatos Conf20 Call for Papers
April 22, 2022 - September 25, 2022 • Virtual
Trending repository
-
Updated
May 5, 2022 - C#
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');
Collection recommended by GitHub
Pixel Art Tools
Creating pixel art for fun or animated sprites for a game? The digital artist in you will love these apps and tools!
App recommended by GitHub
AccessLint
AccessLint brings automated web accessibility testing into your development workflow. When a pull request is opened, AccessLint reviews the changes and comments with any new accessibility issues, giving you quick, timely, and targeted feedback, before code goes live.
Trending repository
-
Updated
May 5, 2022 - Jupyter Notebook
Trending repository
-
Updated
May 3, 2022
Trending repository
-
Updated
May 1, 2022 - Python
Trending repository
Trending repository
-
Updated
May 3, 2022 - Jupyter Notebook
Trending repository
Describe the Bug
To Reproduce
Make sure you have a lot of rows in a table and then change the table spacing to compact.
Errors Shown
None
What version of Directus are you using?
9.8.0
What version of Node.js ar
Trending repository
-
Updated
May 4, 2022 - Jupyter Notebook
Trending repository
-
Updated
May 5, 2022
Trending repository
-
Updated
Apr 6, 2022
Trending repository
-
Updated
May 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 5, 2022 - Shell
Trending repository
-
Updated
May 4, 2022 - JavaScript
Trending repository
-
Updated
May 5, 2022 - Shell
Trending repository
-
Updated
May 4, 2022 - C#
Trending repository
-
Updated
Feb 11, 2022 - Python
Trending repository
Aircraft Version
Development
Description
When you are on the A/C status page, you should be able switch to second and back to first nav data base. Although we only have one DB, this should clear the current flight plan (and stored data).
This can be used as a quick "hack" (sometimes used IRL as well, I think) if you messed up the flight plan and want to start from scratch.
Refere
Trending repository
Can the 'Search and select an existing contact' dropdown box from the 'Add a new relationship' form also be used for the 'Has someone introduced you' dropdown on the 'How did you meet' form?
I'm only at 175 contacts and it's very frustrating trying to select someone to the 'Has someone introduced you' field.
Trending repository
App recommended by GitHub
CodeFactor
Ensure that your code meets quality standards
CodeFactor instantly performs Code Review with every GitHub Commit or PR. Zero setup time. Get actionable feedback within seconds. Customize rules, get refactoring tips and ignore irrelevant issues.
Languages
Bash, C, C#, C++, CoffeeScript, CSS, Dockerfile, Go, Groovy, Java, JS, Kotlin, Less, PHP, Python, Ruby, Scala, SCSS, Sugar SS, Swift, TypeScript and YAML.
Autofix
Autofix certain reported issues on-demand or automatically.

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