tooling
Here are 478 public repositories matching this topic...
-
Updated
Dec 15, 2018 - Go
This is a bug report of an edge case that can only happen if you have a hardhat project inside a monorepo, and the hardhat project is also an npm project p.
If a solidity file within p imports another one using import "p/contracts/...", the compilation will fail. The reason for this is that the file ends up with two source names p/contract/... and contracts/....
This only happens w
-
Updated
Dec 2, 2020 - Go
-
Updated
Oct 9, 2018 - JavaScript
-
Updated
Jun 2, 2021 - Clojure
-
Updated
May 12, 2021 - JavaScript
-
Updated
Aug 7, 2020 - Clojure
-
Updated
Jun 17, 2021 - JavaScript
-
Updated
Jun 11, 2021 - Python
-
Updated
Mar 29, 2021 - JavaScript
-
Updated
May 28, 2021 - Swift
-
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
-
Updated
May 11, 2019 - Go
-
Updated
Jun 7, 2021 - JavaScript
-
Updated
May 29, 2020 - HTML
-
Updated
Nov 28, 2019 - PHP
-
Updated
Jun 13, 2021 - C#
-
Updated
Mar 30, 2021 - Clojure
-
Updated
Apr 11, 2021 - JavaScript
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
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
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 example does this report relate to?
with-Apollo
What version of Next.js are you using?
10.0.0
What version of Node.js are you using?
10.14.2
What browser are you using?
chrome
What operating system are you using?
macOS
How are you deploying your application?
Other platform
Describe the Bug
The Apollo client query response is s