-
Updated
Jul 22, 2022
tooling
Here are 611 public repositories matching this topic...
I've seen this mistake more than a couple of times already, so I think it's worth doing this little extra check.
-
Updated
Dec 15, 2018 - Go
-
Updated
Jan 9, 2022 - Go
-
Updated
Mar 17, 2022 - JavaScript
-
Updated
May 16, 2022 - Clojure
Feature Request
Feature Suggestion
This is working:
- Status: superseded by [20201016-use-the-adr-slug-as-its-unique-id](20201016-use-the-adr-slug-as-its-unique-id.md)This is not working:
- Status: superseded by [custom name](20201016-use-the-adr-slug-as-its-unique-id.md)-> Let's make it work!
Context
Today, the link name MUST b
-
Updated
Jul 1, 2022 - Clojure
-
Updated
Jul 29, 2022 - Python
-
Updated
Feb 10, 2022 - JavaScript
-
Updated
Aug 2, 2022 - JavaScript
-
Updated
Feb 21, 2022 - Swift
-
Updated
Oct 25, 2021 - JavaScript
-
Updated
Apr 18, 2018 - PHP
Currently the eldoc type is either function or variable:
(defn- extract-eldoc
[info]
(if-let [arglists (seq (-> info extract-arglists format-arglists))]
{:eldoc arglists :type "function"}
{:type "variable"}))This means that the result users see is not particularly accurate, not to mention that the function check is pretty primitive. We should add types like `m
The current error reporting screen supports both light and dark themes, using the Material Components library. It would be great if we could provide more customization options to the user in the form of additional themes.
Tasks:
- Add additional themes to
styles.xml - Make themes configurable through application code, or
-
Updated
Nov 14, 2021 - Go
-
Updated
May 29, 2020 - HTML
-
Updated
Aug 2, 2022 - JavaScript
-
Updated
Sep 1, 2021
-
Updated
Jun 23, 2022 - C#
-
Updated
Apr 6, 2022 - PHP
-
Updated
May 20, 2022 - JavaScript
Improve this page
Add a description, image, and links to the tooling topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the tooling topic, visit your repo's landing page and select "manage topics."
Component
Forge
Describe the feature you would like
forge snapshot can be a bit pedantic:
https://twitter.com/devtooligan/status/1551965598149513216
there was some discussion re merging --gas-report and snapshot https://github.com/fou