Here's what's popular on GitHub today...
Trending repository
-
Updated
Apr 3, 2022 - C++
Game Bytes
Gamedev.js Jam celebrates web games! Build an HTML5 game within 13 days of the jam on a given theme, have fun, and possibly win prizes.
Popular topic
HTML
Trending repository
Trending repository
-
Updated
Apr 5, 2022 - Shell
Upcoming event recommended by GitHub
Open Source Friday: Supercharge Images on Netlify with Cloudinary
April 08, 2022 • Online
Trending repository
-
Updated
Mar 30, 2022 - Python
Trending repository
-
Updated
Apr 5, 2022 - Go
Collection recommended by GitHub
Game Engines
Frameworks for building games across multiple platforms.
App recommended by GitHub
CommitCheck
CommitCheck ensures your commit messages are consistent and contain all required information. You can check that commits contain a JIRA number or ensure commits don't contain WIP.
Trending repository
-
Updated
Apr 4, 2022
Trending repository
Trending repository
-
Updated
Apr 5, 2022
Trending repository
Trending repository
-
Updated
Apr 5, 2022 - Python
Trending repository
Trending repository
Trending repository
-
Updated
Apr 5, 2022 - Java
Trending repository
-
Updated
Apr 2, 2022 - C
Trending repository
-
Updated
Mar 31, 2022 - JavaScript
Trending repository
-
Updated
Apr 2, 2022 - JavaScript
Trending repository
-
Updated
Apr 5, 2022 - GAP
Trending repository
Summary
The Event Hubs client library aims to be mockable and fully support testability. To help illustrate usage of the new API for the testing scenarios, a set of samples mocking the various Event Hubs client types and illustrating use of the model factory is needed.
Scope of Work
- Implement a sample or set of samples demonstrating a basic approach for mocking the high level cli
Trending repository
-
Updated
Apr 5, 2022 - Python
Trending repository
For support purposes it is good to know where the fences are (polygon, circular, inclusion/exclusion) so we should log these somehow. Perhaps when the log file is first started.
This comes from this discussion https://discuss.ardupilot.org/t/no-polygone-fences-in-the-dataflash-logs/82566/2
Trending repository
-
Updated
Apr 5, 2022 - C#
Trending repository
-
Updated
Apr 5, 2022 - Vue
Trending repository
-
Updated
Apr 5, 2022 - Vue
Trending repository
-
Updated
Apr 4, 2022 - JavaScript
App recommended by GitHub
Restyled.io
Restyled integrates into your usual Pull Request workflow to keep your codebase consistent. Missed a semi-colon? Incorrect indentation? Restyled will fix that up in a sibling Pull Request that you can merge into yours.


Description
When the "Run" button is clicked - it gets the disabled styles indicating a user should not be able to perform clicks while a particular query is running. But this does not prevent the operations to be performed repeatedly by clicking the button in the loading state.
This PR fixes this issue by checking if the button is not in a loading state, and only then allowing the onclic