Matthias Seitz

Results 167 issues of Matthias Seitz

Ref #64 illegal urls should be detected before even attempting to navigate to them.

good first issue

In the event the websocket crashes no more commands can be send or received so in that we case we should * drop the Handler entirely short term * add...

the pdl generator runs rustfmt internally, this shouldn't result in a panic if rustfmt is not installed.

Support for API functions `Page::go_back` and `Page::go_forward` should be added. This would require to track the the history in the `Target` and probably needs additional internal Message variants. Size of...

enhancement

Currenlty `chromiumoxide` relies on `chromium` being already installed on the system. Like puppeteer an option to bundle a chromium executeable directly should be supported

enhancement

> I'm not sure if waiting for Target.targetdestroyed is necessary if assuming target eventually gets cleaned up. Page gets consumed and if you are dealing with raw ids you are...

Ref https://github.com/foundry-rs/foundry/issues/2477 add more examples how to use test matchers like `forge t --match-path`

T-enhancement
good first issue
A-forge
A-reference

## Motivation Closes https://github.com/foundry-rs/foundry/issues/2679 the if branch was not great because we had: `script_config.evm_opts.fork_url.is_some() {self.evm_opts.fork_url.unwrap()}` @joshieDo this section is a bit hard to make sense of, but this condition seemed...

## Motivation Closes #2609 Add standalone `etherscan_api_keys` table Blocked by https://github.com/gakonst/ethers-rs/pull/1582 ## Solution

T-feature

## Motivation atm gas limit in script is `gas as returned by the executor` * multiplier (=1.3) however, the gas returned by the executor is the exact gas value the...

T-perf
Cmd-forge-script