Here's what's popular on GitHub today...
Trending repository
Game Off
This year’s Game Off wrapped up with over 500 submissions. Check out the game called CodeBreakers - one of this year’s top entries.
Popular topic
Bitcoin
Trending repository
-
Updated
Jan 15, 2022 - Python
Trending repository
-
Updated
Jan 14, 2022 - C++
Upcoming event recommended by GitHub
How to Attract non code contributions to your Open Source project
January 19, 2022 • Virtual
Trending repository
-
Updated
Jan 15, 2022 - Python
Trending repository
-
Updated
Jan 16, 2022 - Python
Collection recommended by GitHub
Made in India
Open source projects built in or receiving significant contributions from India :india:
App recommended by GitHub
DeepSource
DeepSource is the fastest and the most reliable way to run static analysis on your code. Our 13+ analyzers help you prevent thousands of security and bug risks, anti-patterns, and other defects before your code is merged.
But wait, we have more!
- Automatically fix issues with Autofix. One-click, and done!
- Put your code formatting on complete autopilot with Transformers.
- Sleek, dark-mode UI that you'd actually enjoy using.
- Free forever for developers and small teams.
Trending repository
-
Updated
Jan 14, 2022
Trending repository
-
Updated
Jan 14, 2022 - PHP
Trending repository
-
Updated
Jan 14, 2022 - HTML
Trending repository
-
Updated
Jan 15, 2022
Trending repository
Trending repository
-
Updated
Jan 13, 2022 - JavaScript
Trending repository
-
Updated
Jan 12, 2022 - C++
Trending repository
-
Updated
Jan 12, 2022 - TeX
Trending repository
Trending repository
Trending repository
-
Updated
Jan 15, 2022 - Python
Trending repository
Trending repository
-
Updated
Jan 13, 2022 - TypeScript
Trending repository
-
Updated
Jan 16, 2022 - C++
Trending repository
-
Updated
Jan 7, 2022 - JavaScript
Trending repository
-
Updated
Jan 16, 2022 - Solidity
Trending repository
-
Updated
Jan 14, 2022 - Shell
Trending repository
-
Updated
Jan 15, 2022 - Java
Trending repository
Description
Is this demo correct? how ngZone knows when to update the view as zone.js hasn't patch someNewAsyncAPI
export class AppComponent implements OnInit {
constructor(private ngZone: NgZone) {}
ngOnInit() {
// New async API is not handled by Zone, so you need to
// use ngZone.run() to make the asynchronous operation in the Angular zone
// and trigger change
App recommended by GitHub
Hound
Hound reviews your code then comments directly in Pull Requests, helping your team maintain consistent coding style and high code quality.
What's the Problem?
Just like in the Windows Explorer application, make a button appear with the text Extract all when clicking once on a .zip file
Solution/Idea
Add a button to extract all contents from a zip file
Alternatives
Maybe A shortcut like CTRL + E to extract
Priorities