Here's what's popular on GitHub today...
Trending repository
-
Updated
May 6, 2022 - JavaScript
The Download
On this episode of The Download, Christina’s penchant for collecting dead company merch paid off and she updates you on the latest developer news of the week.
Popular topic
Ajax
Trending repository
-
Updated
May 5, 2022 - TypeScript
Trending repository
-
Updated
May 4, 2022 - C++
Upcoming event recommended by GitHub
End-to-end DevOps with GitHub
June 20, 2022 - June 24, 2022 • Melbourne, Australia
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
App recommended by GitHub
BuildPulse
Spend more time shipping and less time re-running flaky tests
BuildPulse automatically detects flaky tests and highlights the most disruptive ones so you know exactly where to focus first for maximum impact.
Integrates with popular test frameworks for JavaScript (Cypress, Jest), Ruby (minitest, RSpec), Go, Python, and others.
Works with CircleCI, GitHub Actions, Semaphore, Travis CI, Jenkins (beta), and Buildkite (beta). Others are available by request.
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 6, 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 5, 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
Deadpendency
Deadpendency assesses your repository dependencies for project health. A healthy dependency is being actively committed to, by multiple maintainers with regular package releases. Deadpendency checks your dependencies remain healthy over time and will fail the check if a dependency has become unhealthy. See an example report.

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