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
Made in India
Open source projects built in or receiving significant contributions from India :india:
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.
Trending repository
Trending repository
-
Updated
Oct 20, 2021 - TypeScript
Trending repository
numpy 1.20 and later supports several alternate normalizations for FFT functions, including "backward", "ortho", and "forward". We should support these in jax.numpy.fft as well.
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 20, 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
Create Issue Branch
A GitHub App built with Probot that creates a new branch after assigning an issue
Is your feature request related to a problem? Please describe.
Installation script supports only x86_64 architecture. 386 and arm64 are not supported.
Describe the solution you'd like
Detect the machine's architecture and download the relevant release in the install script
Additional context
the relevant file that should be changed should be
install.shand `windows_install.p