Jakub Trąd
Jakub Trąd
@alcuadrado sure, it's the same case as https://github.com/NomicFoundation/hardhat/issues/2165. We're working on a private depoloyment with large limits for contract size. We encountered an error with the `JSON.stringify` method which would...
I get the following ``` origin [email protected]:XXX/yyy.git (fetch) origin [email protected]:XXX/yyy.git (push) ``` Where `XXX/yyy` is the correct repository I'm working on. But in the pull requests tab I see issues...
I imagine that would work, but I don't necessarily want line breaks between all queries. Really I just want to preserve what I have.
I'm still waiting for the workflow to pass on my repo https://github.com/Dzejkop/foundry/actions/runs/8467842044/job/23199474123
Thanks for the fix @fvictorio! And thanks for keeping track of this @citizen-stig
But that kinda sucks for working with git. Wouldn't it make sense to serialize the binary section in hex/base64 or something?
> which makes no sense now that 99% of the content is binary I've worked with the LUA text version previously and me and my collaborators had to resolve a...
Sorry guys, didn't have the time to follow through with this. > But really, this begs the question: why even compile for docker? Why not just use the built artifacts...
> What are those features exactly about? I can in principle try to work around them somehow with extra effort in procmacro, and then it will work in stable At...
Partially implemented in https://github.com/worldcoin/signup-sequencer/pull/436