Here's what's popular on GitHub today...
Trending repository
-
Updated
Oct 20, 2021
Game Off
Game Off is our annual month-long game jam where participants create games using their favorite game engines, libraries, and programming languages. Newbies, professional game developers, and everyone in between are welcome to join. It’s a great excuse to learn a new technology, collaborate on something over the weekends with friends, or create a game by yourself for the first time! Join now!
Popular topic
Trending repository
Trending repository
Describe the bug
"EOF in multi-line statement" error is shown to the user as the raw tuple it was returned as, rather than in a nicely formatted message.
To Reproduce
For example:
- Take this (invalid) file:
print(- Run Black on it with no arguments
- See a message with the EOF error being shown as a raw tuple representation:
error: cannot format test
Upcoming event recommended by GitHub
GitHub South Africa Community Event
October 29, 2021 • Online
Trending repository
-
Updated
Oct 18, 2021 - Go
Trending repository
-
Updated
Oct 21, 2021 - Kotlin
Collection recommended by GitHub
Game Engines
Frameworks for building games across multiple platforms.
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
Trending repository
-
Updated
Oct 20, 2021 - TypeScript
Trending repository
Jax is missing support for scipy.special.erfcx (https://docs.scipy.org/doc/scipy/reference/generated/scipy.special.erfcx.html). Please add this function.
Trending repository
-
Updated
Sep 8, 2021 - Vue
Trending repository
-
Updated
Oct 21, 2021 - Python
Trending repository
-
Updated
Oct 19, 2021 - Shell
Trending repository
-
Updated
Oct 13, 2021 - Ruby
Trending repository
-
Updated
Oct 15, 2021 - JavaScript
Trending repository
-
Updated
Oct 19, 2021 - Swift
Trending repository
-
Updated
Oct 20, 2021
Trending repository
-
Updated
Oct 20, 2021 - Java
Trending repository
-
Updated
Oct 21, 2021 - Python
Trending repository
Trending repository
-
Updated
Oct 21, 2021 - Python
Trending repository
Trending repository
-
Updated
Sep 7, 2021 - Python
Trending repository
-
Updated
Sep 16, 2021 - Vim script
Trending repository
-
Updated
Oct 21, 2021 - Python
Trending repository
[Feature Request] Disconnect from the Intersection Observer if monitoring not required any longer
Problem to solve
The Intersection Observer could be using and taking up resources and affect performance if monitoring of a div, v-card, etc. is not required any longer.
Proposed solution
v-intersect="required ? 'onIntersect' : false"
App recommended by GitHub
Metabob-app
Save countless hours with AI-based Meta Analysis
Metabob is the only tool for visualizing and reviewing Python code for hidden errors and performance sinks.


Is your feature request related to a problem? Please describe.
Sharing Datree's pre-commit hooks across projects can be painful because it requires copying and pasting unwieldy bash scripts.
Describe the solution you'd like
The pre-commit framework was created to solve those hook issues.
Additional context
[Creating new hooks](https://pr