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 Bumblebee Blitz - one of this year’s top entries.
Popular topic
OpenGL
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 15, 2022 - Python
Collection recommended by GitHub
Game Engines
Frameworks for building games across multiple platforms.
App recommended by GitHub
SoftaCheck
Run Static Analysis Seamlessly on Your Code and Generate Code Documentation Automatically with Doxygen
The static analysis tool we use is based on the open-source tools CppCheck and Clang-Tidy.
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 15, 2022 - C++
Trending repository
-
Updated
Jan 7, 2022 - JavaScript
Trending repository
-
Updated
Jan 15, 2022 - Solidity
Trending repository
-
Updated
Jan 14, 2022 - Shell
Trending repository
-
Updated
Jan 14, 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
TestQuality
TestQuality is the #1 Test Case Creation and Management app for GitHub Workflows. TestQuality extends your Github DevOps workflow to provide powerful and modern GitHub issue powered test case creation and management. TestQuality integrates with GitHub, Jira, Selenium, Jenkins, Cloudbees, Cucumber, JUnit and more to complement your entire DevOps workflow. TestQuality is FREE for GitHub public repo’s and affordable for teams on private repo's.
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