tooling
Here are 411 public repositories matching this topic...
-
Updated
Dec 15, 2018 - Go
-
Updated
Mar 17, 2020 - Go
-
Updated
Oct 9, 2018 - JavaScript
-
Updated
Oct 29, 2020 - Clojure
BuidlerError and BuidlerPluginError instances aren't print nicely in node's console. We should provide custom inspect methods to change this.
Test `test` task
Test compile task
-
Updated
Oct 17, 2020 - JavaScript
-
Updated
Aug 7, 2020 - Clojure
-
Updated
Feb 11, 2020 - JavaScript
-
Updated
Apr 18, 2018 - PHP
-
Updated
Nov 1, 2020 - JavaScript
-
Updated
Oct 10, 2020 - Swift
-
Updated
Oct 15, 2020 - Python
-
Updated
May 11, 2019 - Go
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
-
Updated
Sep 18, 2020 - JavaScript
-
Updated
May 29, 2020 - HTML
-
Updated
Nov 28, 2019 - PHP
-
Updated
Sep 4, 2020 - Clojure
-
Updated
May 12, 2020 - Pony
-
Updated
Oct 16, 2020
-
Updated
Sep 21, 2020 - JavaScript
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
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."
Documentation report
Would like to try out the demo given in a CMS preview example, e.g. the DatoCMS one but without knowing the preview secret token I can't try out the preview mode on the demo website.