-
Updated
Jan 7, 2021 - Go
Here's what's popular on GitHub today...
-
Updated
Jan 7, 2021 - Rust
-
Updated
Jan 7, 2021 - CSS
-
Updated
Dec 23, 2020 - Python
-
Updated
Jan 7, 2021 - Go
Jira Software + GitHub
Connect your code with your project management in Jira. A separate Jira Cloud subscription is required. With two of your most important tools connected, you'll spend less time managing projects and more time working on them.
By installing or using the app, you agree to the Terms and Conditions.
-
Updated
Dec 31, 2020
-
Updated
Jan 6, 2021 - Jupyter Notebook
-
Updated
Jan 7, 2021
-
Updated
Jan 6, 2021 - JavaScript
-
Updated
Jan 7, 2021 - Python
-
Updated
Oct 31, 2020 - JavaScript
-
Updated
Jan 7, 2021 - Python
-
Updated
Jan 6, 2021
-
Updated
Jan 7, 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 7, 2021 - Clojure
-
Updated
Jan 7, 2021 - Python
-
Updated
Jan 6, 2021 - JavaScript
-
Updated
Jan 3, 2021
-
Updated
Dec 10, 2020 - Java
-
Updated
Jan 7, 2021 - Rust
-
Updated
Jan 6, 2021 - Python
Better Code Hub
Spend less time fixing bugs. And more time shipping new features.
A clean codebase keeps development velocity high & makes contributing easy.
Better Code Hub indicates just the right amount of refactoring needed to keep it compliant.
Better Code Hub checks your code for compliance against 10 benchmarked software engineering guidelines. It gives immediate feedback on where to focus for quality improvements. 17 modern programming languages are supported. Up to 700,000 lines of code
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: