tooling
Here are 582 public repositories matching this topic...
Component
Cast
Have you ensured that all of these are up to date?
- Foundry
- Foundryup
What version of Foundry are you on?
forge 0.2.0 (fc534d9 2022-05-23T00:04:42.704454Z)
What command(s) is the bug in?
cast call
Operating System
macOS (Apple Silicon)
Describe the bug
cast appears to be parsing int types as uint types. A minimal example:
-
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
Mar 15, 2022 - Clojure
-
Updated
May 27, 2022 - Python
-
Updated
Feb 10, 2022 - JavaScript
-
Updated
May 29, 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
Sep 1, 2021
-
Updated
Mar 19, 2022 - C#
-
Updated
Apr 6, 2022 - PHP
-
Updated
May 20, 2022 - 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