Here's what's popular on GitHub today...
Control and monitor every aspect of your 3D printer and your printing jobs right from within your browser.
Markdown
-
Updated
Mar 31, 2021 - Rust
-
Updated
Feb 25, 2021
-
Updated
Apr 1, 2021
-
Updated
Mar 31, 2021 - Python
Codecov | Code Coverage
Codecov provides highly integrated tools to group, merge, archive and compare coverage reports.
- Uploads coverage reports from your CI
- Merges all builds and languages into one beautiful, coherent report.
- Displays coverage data in GitHub Files tab
Is your team using GitHub Enterprise? If so, check out Codecov Self-Hosted.
Do you have less than 5 users in your organization? You can sign up for free on codecov.io.
-
Updated
Mar 18, 2021 - Python
-
Updated
Apr 1, 2021 - TypeScript
-
Updated
Apr 1, 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 1, 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
Mar 31, 2021 - Lua
-
Updated
Mar 31, 2021
-
Updated
Apr 1, 2021 - JavaScript
-
Updated
Apr 1, 2021 - Rust
-
Updated
Mar 31, 2021 - C
-
Updated
Apr 1, 2021 - JavaScript
-
Updated
Mar 31, 2021 - JavaScript
-
Updated
Apr 1, 2021 - Python
-
Updated
Apr 1, 2021 - C++
CodeScene
CodeScene is a quality visualization tool for software. Prioritize technical debt, detect delivery risks, and measure organizational aspects. Fully automated.
- Prioritize development hotspots based on Code Health measure.
- Integrates with GitHub checks to supervise hotspots in pull requests.
- Utilize socio-technical analyses to measure off-boarding risks, detect team coordination bottlenecks, etc.
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: