sam bacha
sam bacha
> added process running check in #9680 is valid bash ```bash check_cmd() { command -v "$1" &>/dev/null } ``` is not supported in dash (Ubuntu) ```sh check_cmd() { command -v...
wen `symbolicStorage`
i tried to fix this but was closed https://github.com/foundry-rs/foundry/pull/2221 I actually have the fix here: https://github.com/foundry-rs/foundry/pull/3907/files#diff-79a844de4d6869f243ecd1e7ca4d9532d9a4987f85ca63d9f4af85aa227ecb38R22-R32
> Getting intermittent failures from foundryup in `slither-action` as seen [here](https://github.com/OpenZeppelin/openzeppelin-contracts/actions/runs/3762093956/jobs/6394460979#logs). The error doesn't seem abort the script and foundryup reports that it finished installing. > > ``` > [-]...
This only correctly fixes the foundryup issue for exiting. The issue for rate limiting is still here. The correct way to solve the rate limiting issue would be the following:...
> Previous work for this can be found [here](https://github.com/ethereum-optimism/optimism/pull/6903). We considered having a ring buffer instead of a mapping that grows forever. We decided to not merge this due to...
The git source links to the docs directory `docs/contracts/v2/reference/periphery/interfaces` https://github.com/sablier-labs/v2-periphery/blob/05c331e79e05886c7837dfda1bc21197c1c3c748/docs/contracts/v2/reference/periphery/interfaces
Pandoc filters may be able to help here along with the other natspec issues you have posted about @PaulRBerg https://pandoc.org/filters.html#but-i-dont-want-to-learn-haskell
> I did a little research and experimented with other zip programs, mainly winrar, 7z, native windows zip app and linux zip command, and I found out that: > >...
this is still incorrect