Paul Berg
Paul Berg
I used to have a similar problem when ussing yarn `1.9.4` and trying to install `eslint-config-airbnb-base`. I was getting the following error when running `eslint`: > Cannot find module `doctrine`...
Sharing another example for this issue: https://github.com/PaulRBerg/prb-proxy/security/code-scanning/47
Good points. I guess I was mostly looking for a minimal set of helpers, e.g. the Safe factory addresses. While it's true that Safe is a generic type of wallet,...
It looks like this might be what I was looking for? https://github.com/ind-igo/forge-safe
This might be related to the recently added cache - have you tried manually deleting the cache by following the [instructions](https://github.com/foundry-rs/foundry-toolchain#deleting-caches) in the README?
Great suggestion! I don't have the bandwidth to implement this at the moment, but I could dedicate a little time to review a PR.
Fixed in https://github.com/PaulRBerg/prb-math/pull/229, thanks @0x2me
Also [minute 1:47:40](https://youtu.be/9P7sqE6hILM?t=6460):
The recently added `assertEqCall` might be useful for this: https://github.com/foundry-rs/forge-std/pull/311