sam bacha

Results 253 comments of sam bacha
trafficstars

fwiw airbnb has a tool for automating (YMMV) javascript to typescript: https://github.com/airbnb/ts-migrate at worst it will show you how much effort you have ahead of you

Can you replicate this same issue in a non-IDE workspace (i.e. no lint on save, no other extensions with conflicting configurations, no outdated extensions causing silent issues, etc)?

I actually do not think they are semantically the same wrt the solidity compiler, i think if you do: ```solidity import * as {Bar} from "./Bar.sol" ``` and ```solidity import...

fwiw the solidity style guide only makes a distinction when used to denote precedence.

Not in JSON, did not know if this was still an issue or if it has already been taken care of https://github.com/sambacha/4bytes-parity Not sure if you have any plans on...

> ## Problem > The off-chain attacks section is pretty cool, and not something a lot of people consider. However the google sheets does not really mention any resources, guides,...

thanks to a telegram user `Ryan` for highlighting this potential feature in foundry's telegram chat

this could solve for example https://github.com/juanfranblanco/vscode-solidity/issues/339

What is imported surely can be explicitly exported? have type production and type test pls to make which imports are relevant and help reduce unnecessary bloat. also if we can...