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
30 Minutes to Merge: DevOps
October 21, 2021 • Online
Trending repository
-
Updated
Oct 18, 2021 - Go
Trending repository
-
Updated
Oct 20, 2021 - Kotlin
Collection recommended by GitHub
App recommended by GitHub
Sider
Sider checks code using custom rules based on project specific knowledge and cumulative team experiences. On each pull request, Sider automatically alerts developers on previously documented issues and key information relevant to the changed code.
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 20, 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 20, 2021 - Python
Trending repository
Trending repository
-
Updated
Oct 20, 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
Semaphore
Semaphore lets you test and deploy code at the push of a button with hosted continuous integration and delivery.
After you push code to GitHub, it quickly runs your tests on a platform with first-class Docker support and 100+ tools preinstalled. Semaphore lets you parallelize your builds, get feedback right inside pull requests, and deploy more often in a unified workflow. Already trusted by thousands of businesses around the globe, it can help your team move faster too.
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