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
Angular
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
Securing your complete lifecycle with GitHub
October 26, 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
codebeat
Tired of manually scraping your code looking for the smallest issues? Take codebeat for a spin!
codebeat is an automated static code analysis tool supporting multiple languages used by both web and mobile developers worldwide. Now also providing style analysis for projects written in Swift
We've integrated SwiftLint, the best linter for Swift in our code review app and fixed you with a help page. about the feature. Enjoy!
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 21, 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
WakaTime
Productivity metrics, insights, and time tracking automatically generated from your programming activity.
How it Works
-
Install the open-source plugin for your editor
-
Write code like you already do
-
Get a personal or team dashboard with metrics about your programming
Features
- Fully-automatic project detection
- Language usage breakdown
- Private Leaderboards
- Commit stats
- Embeddable SVG charts
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