onbjerg

Results 430 comments of onbjerg

What crates would this not be possible for?

If all the optimism features in the common crates are enabled, and all the optimism features are removed from the optimism specific crates, as this issue suggests, then this should...

@ruvceskistefan For some reason when spawning `bash -c ` from a Rust binary the WSL version of bash is used and an error is returned saying no WSL distribution is...

Is this still the case? If so, is this expected/is it fixable? cc @mattsse

Requires changes in ethers-solc Since Foundry sort of supports Hardhat-style artifacts (read only, not all cases IIRC) we could have a config setting to choose artifact flavor. See also https://github.com/foundry-rs/foundry/issues/73

@naps62 Let us know if using the Foundry Hardhat plugin solves this for you :)

Closing as per https://github.com/foundry-rs/foundry/issues/8576#issuecomment-2494441847

The check is just a warning because it isn't super accurate. Specifically, it *only* checks this path: `/usr/local/opt/libusb/lib/libusb-1.0.0.dylib`. I think 2-3 people have tried finding a better method, but we...