Here's what's popular on GitHub today...
View a 3D model of your GitHub contribution graph. Share it, print it, and more!
-
Updated
Apr 2, 2021 - Rust
-
Updated
Feb 25, 2021
-
Updated
Apr 1, 2021
-
Updated
Apr 1, 2021 - Python
Made in India
Open source projects built in or receiving significant contributions from India :india:
LogRocket
LogRocket lets you replay problems as if they happened in your own browser. Instead of guessing why errors happen, or asking users for screenshots and log dumps, you can replay sessions to quickly understand what went wrong.
LogRocket records pixel-perfect videos of user activity along with console logs, JavaScript errors, network requests, and browser metadata. It also has deep integrations with React, Redux, Angular and Vue.js to record application state.
-
Updated
Apr 2, 2021 - Python
-
Updated
Apr 2, 2021 - TypeScript
-
Updated
Apr 2, 2021
What problem does this feature solve?
Example use case:
A static generated app with thousands of routes, like an e-commerce having a route for each product.
Apart from scheduling nuxt generate to run periodically and generate all static and dynamic routes, it would be nice to have the possibility to generate the static files for a single route, for example in a hook when the related ba
-
Updated
Apr 2, 2021 - Python
-
Updated
Apr 1, 2021 - Dart
Hello,
There are some missing translation for Welsh (cy). These should be added in branch 4.4.
See symfony/symfony#38710 for details and this page for an example.
These are the files that should be updated:
- [src/Symfony/Component/Form/Resources/translations/validators.cy.xlf](https://github.com/symfony/symfony/blob/4.4
-
Updated
Jul 18, 2020
-
Updated
Apr 2, 2021 - Lua
-
Updated
Apr 1, 2021
-
Updated
Apr 2, 2021 - JavaScript
-
Updated
Apr 2, 2021 - Rust
-
Updated
Apr 2, 2021 - C
-
Updated
Apr 2, 2021 - JavaScript
-
Updated
Mar 31, 2021 - JavaScript
-
Updated
Apr 2, 2021 - Python
-
Updated
Apr 2, 2021 - C++
Mergify
Mergify is a pull requests automation service. It allows you to trigger actions when your pull requests match defined criteria.
In a few lines of YAML, you could write a rule that automatically merges a pull request if:
- it has been approved
- the test suite passes
We have plenty of examples.
Mergify executes actions for you, freeing you from the burden of managing your pull requests.
Description
I have a hardware abstraction layer interface, as well as a driver interface. I have multiple drivers utilizing the HAL interface, while implementing the driver interface. This plugin approach causes me to have identically named tests across multiple test files.
For example: