StErMi

Results 42 issues of StErMi

Each gas optimization should have this information: - further knowledge links to understand why that change improves gas usage - `forge snapshot` to compare A/B testing. How much gas are...

I've setup solhint and I get some error that I don't know how I should fix (usually with normal lint they also provide examples of good and bad behaviour) for...

Hi there, As a dev/user, I would expect that if I've inputted a bytecode inside the playground, run it, and then I switch to the mnemonic version it would show...

Hi, I want to propose a little improvment This is the updated code with a callback that is fired when the OpenUDID is ready: https://gist.github.com/StErMi/4713735

Hi there, my tests are becoming huges and I would like to organize them in separate files. I would like to know if it's possible to have a global `beforeEach`...

@FrankieIsLost do you think that these methods I added could be useful to be added to your `Utilities.sol` contract? https://github.com/StErMi/forge-damn-vulnerable-defi/blob/main/src/test/utils/Utilities.sol I've added - `createUsers(uint256 userNum, uint256 initialFunds, string[] memory userLabels)`...

Hi, I've just installed the app and tried with both the touch bar and F keys but it seems to not work correctly. Do you have any clue about it?

Hi there, Would be possible to generate a `1.1.0-beta.0` tag/release to be able to install the lib via `foundry`?

The current [natspec documentation for the `rateMode` parameter](https://github.com/aave/protocol-v2/blob/master/contracts/protocol/lendingpool/LendingPool.sol#L295) on the `LendingPool.swapBorrowRateMode` functions states > @param rateMode The rate mode that the user wants to swap to From a user prospective,...

I usually would like to filter mentors by their field of expertise because I would like to follow them on twitter/facebook/linkedin only if they talk about UI5/HANA topics. That field...

enhancement