tooling
Here are 565 public repositories matching this topic...
-
Updated
Dec 15, 2018 - Go
Component
Cast
Describe the feature you would like
Right now cast interface only works on abi's from etherscan or abi files.
cast interface "./out/Contract.sol/Contract.json" will give an error.
It would be nice if it could also generate interfaces from the forge build artifacts (out/Contract.sol/Contract.json), where we already have the abi for the compiled contracts.
-
Updated
Jan 9, 2022 - Go
-
Updated
Mar 17, 2022 - JavaScript
-
Updated
Apr 30, 2022 - Clojure
-
Updated
Mar 15, 2022 - Clojure
-
Updated
Apr 25, 2022 - Python
-
Updated
Feb 10, 2022 - JavaScript
-
Updated
Apr 29, 2022 - 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
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
Sep 1, 2021
-
Updated
Mar 19, 2022 - C#
-
Updated
Apr 6, 2022 - PHP
-
Updated
Oct 5, 2021 - JavaScript
-
Updated
Mar 30, 2021 - Clojure
-
Updated
Apr 3, 2021
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."


It is currently not possible to specify the chain ID for a hardhat network invoked with
npx hardhat nodethrough any means other than the config file. This means it is impossible to specify the--chain-idargument in the command line, or execute a chain host pragmatically withhre.run('node', { chainId: 100 }).Please add the
chainIdparameter to thenodecommand so it is possible to