Will Demaine

Results 17 issues of Will Demaine

I was refactoring to break out a service, and I moved my store logic into the new service. Encore then fails with this output: ``` ❌ Building Encore application graph......

It would be nice to have a `config.Duration` type which parsed values into Go's standard `time.Duration` format. Ideally this would work identically to go's native duration parsing https://pkg.go.dev/time#ParseDuration.

This adds a `developmentEnvironment` configuration setting, with options (none, forge, hardhat). When the extension activates it attempts to automatically set this environment if it's not set. When the environment config...

This change adds the ability for the extension to: - Run tests 'on save' - Run coverage 'on save' - Interpret test results and display them in an output window...

### 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...

T-bug
Cmd-forge-coverage

It would be nice to be able to update or fetch a single thrift file. Whilst I think that updating everything is a great default, there are often times when...