tooling
Here are 601 public repositories matching this topic...
It is currently not possible to specify the chain ID for a hardhat network invoked with npx hardhat node through any means other than the config file. This means it is impossible to specify the --chain-id argument in the command line, or execute a chain host pragmatically with hre.run('node', { chainId: 100 }).
Please add the chainId parameter to the node command so it is possible to
-
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
Jun 30, 2022 - Python
-
Updated
Feb 10, 2022 - JavaScript
-
Updated
Jul 4, 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
Jul 7, 2022 - JavaScript
-
Updated
Sep 1, 2021
-
Updated
Jun 23, 2022 - C#
-
Updated
Apr 6, 2022 - PHP
-
Updated
May 20, 2022 - JavaScript
-
Updated
Mar 30, 2021 - Clojure
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
Issue
Currently, when installing a specific version/branch of a dependency, this version is lost when running
forge update.Example:
=> checks out to master
I would expect the checked out branch to remain the same.
Example Scenario
I currently am depending on