-
Updated
Jan 8, 2021 - Go
Here's what's popular on GitHub today...
-
Updated
Jan 7, 2021 - Rust
jQuery
-
Updated
Jan 8, 2021 - CSS
-
Updated
Dec 23, 2020 - Python
-
Updated
Jan 8, 2021 - Go
Text editors
The text editor is a sacred tool for developers. Here's a showcase of some amazingly awesome open source editors.
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
Dec 31, 2020
-
Updated
Jan 6, 2021 - Jupyter Notebook
-
Updated
Jan 7, 2021
-
Updated
Jan 6, 2021 - JavaScript
-
Updated
Jan 8, 2021 - Python
-
Updated
Oct 31, 2020 - JavaScript
-
Updated
Jan 7, 2021 - Python
-
Updated
Jan 6, 2021
-
Updated
Jan 8, 2021 - Dart
-
Updated
Jan 5, 2021 - Jupyter Notebook
Hello,
I want to show euros values on dashboard. But only the $ format are enable. When i changed the $ symbol to € i obtained an error.
How can I show euros value in a chart ?
I want something like "y_axis_format": "$,.2f" ==> to "y_axis_format": ",.2f€"
Regards,
Zied Sellami
-
Updated
Jan 8, 2021 - Clojure
-
Updated
Jan 7, 2021 - Python
-
Updated
Jan 7, 2021 - JavaScript
-
Updated
Jan 3, 2021
-
Updated
Dec 10, 2020 - Java
-
Updated
Jan 7, 2021 - Rust
-
Updated
Jan 6, 2021 - Python
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.
Is your feature request related to a problem? Please describe💯
In my component's props TS interface, I can use JSDoc comments to set the description, and can even use the
@defaulttag to describe the default valueHowever, nothing happens when I use the
@deprecatedtag.Describe the solution you'd like
Some ideas: