-
Updated
Jan 7, 2021 - Go
Here's what's popular on GitHub today...
-
Updated
Jan 7, 2021 - Rust
Elixir
-
Updated
Jan 7, 2021 - CSS
-
Updated
Dec 23, 2020 - Python
-
Updated
Jan 7, 2021 - Go
Text editors
The text editor is a sacred tool for developers. Here's a showcase of some amazingly awesome open source editors.
Semaphore
Semaphore lets you test and deploy code at the push of a button with hosted continuous integration and delivery.
After you push code to GitHub, it quickly runs your tests on a platform with first-class Docker support and 100+ tools preinstalled. Semaphore lets you parallelize your builds, get feedback right inside pull requests, and deploy more often in a unified workflow. Already trusted by thousands of businesses around the globe, it can help your team move faster too.
-
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
Codetree
Codetree is a lightweight project management app with terrific support for multi-repo projects. There's nothing to install and it works in every browser.
Agile teams use Codetree to plan sprints and epics, and understand their in-flight work. Two-way sync with GitHub Issues means your team can work in either tool and everything stays up to date.
Teams from SeatGeek, Google, Telerik, MIT, Microsoft and CKSource trust Codetree to help deliver great software.
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: