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
Chrome
Trending repository
Trending repository
-
Updated
Apr 4, 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 4, 2022 - Go
Collection recommended by GitHub
Game Engines
Frameworks for building games across multiple platforms.
App recommended by GitHub
Cloud 66 for Rails
Cloud 66 for Rails allows you to build, manage and maintain your Rails applications that can be deployed to any cloud provider or to your own server. Cloud 66 for Rails helps you scale your database with master-slave replication, without having to make any configuration changes. You can add back-ups, load balancers and de-commission servers with a single click. Popular Rails and Rack frameworks available.
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
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.
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