Paul Berg
Paul Berg
Hi @mesqueeb, perhaps the better place to ask this question is in the [Discussions](https://github.com/amondnet/vercel-action/discussions) tab.
I think the jury is out if this is a bug! But I will let @amondnet decide that. Thanks for the bounty offer but I don't have the bandwidth to...
@Auxton great suggestions. In my case, your tips were not enough. The lag was caused by having `cornerRadius` implemented in the storyboard. Core Animation was redrawing the corners on every...
Same issue. Any ETA for a fix?
Example of proxy deployed on Mainnet: [0xBbB288d2ed304C0BdEa4685F7d019e9240a9e9A2](https://etherscan.io/address/0xBbB288d2ed304C0BdEa4685F7d019e9240a9e9A2).
It should definitely be possible to instruct Forge to selectively format the whitespaces differently based on what log events get emitted.
@lucaslain I honestly don't mind either way. Just having the feature implemented (in whichever way is simpler) would be a huge boon for the Foundry debugging UX.
tagging @smol-ninja and @andreivladbrg
Same error as you guys. ```text forge 0.2.0 (88ae503 2023-12-17T00:19:58.880993000Z) ``` Potentially related: https://github.com/foundry-rs/foundry/issues/6265
Ok I think I have figured it out. It's a silly error, related to Infura. This is the full command I have tried to run: ```sh $ FOUNDRY_PROFILE=optimized \ forge...