Paul Berg

Results 723 comments of Paul Berg

> You can expect it to be default in an upcoming breaking release Good to know! > via-ir is not enabled by default yet This doesn't clear up the mystery...

Invariants are still a relatively new feature in Forge Std, so there are few best practices for them. In our code base, we went with your 2nd suggested solution, but...

Also, I think this issue should have opened in the Foundry Book repo: https://github.com/foundry-rs/book/issues

@mrzool no longer works in [email protected] try this instead: ```sh launchctl enable gui/$(id -u)/com.apple.notificationcenterui ```

I have also seen this happen with a lot of subagents and a long thread. CMD+K cleared the output temporarily but then the flickering started happening again. Eventually, that lead...

> comes at the cost of losing context We could address this by nesting the types under a `StdTypes` library > not all the other structs from StdChains, StdStorage, etc?...

> Interesting, thanks for sharing. Happy to give back to the community. > Is the idea that you would do this to test the output of one of your functions...

This would also be helpful for the `table` command