-
Updated
Jan 7, 2021 - Go
Here's what's popular on GitHub today...
-
Updated
Jan 7, 2021 - Rust
Windows
-
Updated
Jan 7, 2021 - CSS
-
Updated
Dec 23, 2020 - Python
-
Updated
Jan 7, 2021 - Go
Pixel Art Tools
Creating pixel art for fun or animated sprites for a game? The digital artist in you will love these apps and tools!
Buddy
Get back your time with Buddy’s delivery pipelines that eliminate repeatable tasks in your daily development.
Automatically build & ship web projects on a single git push, on click, or recurrently. Easily define your own delivery process just like you build a house of bricks: from builds and tests, to deployments, custom scripts, and website monitoring.
Bring the newest tech to your team’s stack with native Docker support: containers, microservices, Kubernetes deployments, and more.
-
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
Review Notebook App
Have trouble collaborating on Jupyter Notebooks? Join 500+ organizations like Amazon, Microsoft, Tensorflow, fast.ai in using ReviewNB for notebook code reviews & collaboration.
Complete review workflow for Notebooks,
- Visual diffs for easy version control (say NO to annoying JSON diffs)
- Commenting on the notebook diff to discuss changes
- Conversation threads to track all open discussions
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: