Here's what's popular on GitHub today...
Trending repository

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
Express
Trending repository
-
Updated
3 days ago - TypeScript
Trending repository
-
Updated
8 hours ago - Rust

Upcoming event recommended by GitHub
Game Off
November 01, 2021 - December 01, 2021 • Online
Trending repository
-
Updated
1 hour ago - C++
Trending repository
-
Updated
2 days ago - C#
Collection recommended by GitHub
Pixel Art Tools
Creating pixel art for fun or animated sprites for a game? The digital artist in you will love these apps and tools!
App recommended by GitHub
GitProtect.io Backup
GitProtect.io is a part of Xopero Software the #1 DevOps backup vendor trusted by ESET, T-Mobile, Orange, and more. With 170k+ daily backups, we have gained experience in data protection.
Professional automatic backup - no maintenance needed, best security:
- Repo & metadata daily backups
- Fast recovery of all data: DR & granular restore
- Any storage compatibility: AWS or S3 Compliant cloud
- SOC 2 Compliance in process, user-side AES encryption, and audit logs
Trending repository
-
Updated
5 hours ago
Trending repository
-
Updated
8 hours ago - Python
Trending repository
-
Updated
5 days ago
Trending repository
Trending repository
-
Updated
on Aug 23 - Java
Trending repository
Bug report
Describe the bug
https://supabase.io/blog/2020/08/05/supabase-auth
Some of the images in our Auth blog post aren't loading
Trending repository
-
Updated
3 days ago - Python
Trending repository
-
Updated
1 hour ago - Java
Trending repository
-
Updated
11 minutes ago - JavaScript
Trending repository
Trending repository
-
Updated
15 minutes ago - C++
Trending repository
-
Updated
5 days ago - C#
Trending repository
-
Updated
7 hours ago - C
Trending repository
-
Updated
5 days ago - Jupyter Notebook
Trending repository
-
Updated
3 days ago - Vue
Trending repository
-
Updated
2 days ago - Batchfile
Trending repository
-
Updated
10 days ago - C++
Trending repository
-
Updated
yesterday - Go
Trending repository
-
Updated
3 hours ago - JavaScript
Right now, if you create a pack or a snapshot, we don't check for an already existing one. The idea is to use the AtomicFileCreate API to check for the existence without a TOCTOU bug since it may take some time to create an output.
So the task is to wire this together, or alternatively implement a straightforward fs::exists check.
We should also provide a flag to overwrite (--force?), since