tooling
Here are 436 public repositories matching this topic...
-
Updated
Dec 15, 2018 - Go
-
Updated
Dec 2, 2020 - Go
-
Updated
Oct 9, 2018 - JavaScript
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
Feb 11, 2021 - Clojure
-
Updated
Dec 11, 2020 - JavaScript
-
Updated
Aug 7, 2020 - Clojure
-
Updated
Feb 10, 2021 - JavaScript
-
Updated
Feb 11, 2020 - JavaScript
-
Updated
Apr 18, 2018 - PHP
-
Updated
Jan 17, 2021 - Swift
-
Updated
Feb 11, 2021 - 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
Dec 10, 2020 - JavaScript
-
Updated
May 29, 2020 - HTML
-
Updated
Nov 28, 2019 - PHP
-
Updated
Sep 4, 2020 - Clojure
-
Updated
May 12, 2020 - Pony
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
Jan 31, 2021 - C#
-
Updated
Jan 11, 2021 - JavaScript
-
Updated
Oct 16, 2020
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."


What version of Next.js are you using?
10.0.6-canary.9
What version of Node.js are you using?
14.15.4
What browser are you using?
Firefox 84
What operating system are you using?
Ubuntu 20.04
How are you deploying your application?
Vercel
Describe the Bug
Recently (i think 10.0.6-canary.8) the behavior for shallow routing was changed to not scroll-to-top anymore