Will Demaine
Will Demaine
When a series has constant values for the y-axis, eg. `[{x:1, y:100}, {x:2, y:100}, ... {x:n, y:100}]`, gradients do not render at all. I would expect that the series is...
These properties (of XYPlot) are not referenced anywhere in the documentation, only in specific examples. It would be great to add them to the API reference.
Hello, thank you for your work on this incredible extension. I've like to request a 'test on save' feature, which like it says, runs tests every time you save. With...
https://docs.avax.network/specs/abigen Would be good to specify that this is in https://github.com/ava-labs/coreth - was not obvious to me and I had to rely on github search to find it.
Along with #16, definitely feels like something is off with this version. Some string literals are dumped correctly (~45k out of ~114k), but method information fails. ``` metadataUsageListsOffset = 94a9a0...
### Component Forge ### Describe the feature you would like When running `forge upload-selectors`, forge should upload signatures from error types, such as `error Foo(uint256)`. This enabled us to use...
### Component Forge ### Describe the feature you would like `forge test --json` currently includes raw logging information in its output, e.g: ``` "logs": [ { "address": "0x0000000000000000000000000000000000000000", "topics": [...
### Component Forge ### Have you ensured that all of these are up to date? - [X] Foundry - [X] Foundryup ### What version of Foundry are you on? forge...
# Rationale Assume a simple contract which may revert with a custom error: ``` pragma solidity ^0.8.20; contract Foo { uint256 public bar = 0; error CustomError(); function setBar(uint256 bar_)...