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
Flask
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
Game Engines
Frameworks for building games across multiple platforms.
App recommended by GitHub
LZU COVID Health Report
结合Github OAuth App编写的自动打卡工作流管理网页前端!! Github Actions全自动打卡,打卡信息存放在Actions Secrets中,个人信息隐私保护,支持打卡结果推送到社交软件和浏览器通知。
INTRODUCING New Auto COVID Health Report Workflow Management Web Front-end build by GitHub OAuth app!! Fully automatic reporting using Github Actions, store info in Actions Secrets, privacy protection for personal information, support pushing results to chat APPs and browser notification.
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
Code Climate
Collaboratively improve code quality with Code Climate and GitHub
Code Climate combines line-by-line test coverage reports, technical debt assessments, and style checks in every pull request so that your team only merges clear, maintainable, and well-tested code.
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.sh
and `windows_install.p