Nathan
Nathan
I've been having issues with these, and some of my pages require the use of {strings in brackets}. Any update?
What resolution/size? Also, would you like a custom 404 page for https://status.im/404
When I had a need to do something similar to this, what I did was wrote a simple custom module. That might be the best approach for now. You can...
We could. It's just not a high priority right now. Currently there isn't any logic for passing parameters to analysis modules, so that would also need to be added. If...
The blockhash opcode takes an argument for the number of the block to retrieve the hash for. Your point stands for `number`, we probably shouldn't implement that, but there is...
This is an interesting idea! I was working on coming up with a good way to write modules to analyze and detect vulnerabilities in ERC20 contracts. I think what you're...
Yes, there is a race condition to trigger this bug, but it is intentional. The goal of my script was to raise an exception during z3's execution (at `str(a)`), and...
I don't know what the root cause of the issue is, it would likely require more debugging to figure out where the exception is being handled. If there are any...
@tonistiigi I'm seeing behavior that might be tracked to this issue. I'll upload my reproduction here - can you see if it reproduces on your end too? [buildkit-cache-bug-repro.zip](https://github.com/user-attachments/files/24089699/buildkit-cache-bug-repro.zip) It may...
Ah I just reported a near-duplicate: https://github.com/casey/just/issues/2881 Would love to see this feature. :)