Peteris Erins

Results 20 comments of Peteris Erins

@giraud Thanks for the response. You're absolutely right, but the thing I would like to map my Reason color template variable to would be the corresponding CSS variable. That way...

Of course. I'm probably too early into Reason right now to manage it. Seems to require an overhaul of the types, because `var`s can annoyingly serve both as properties and...

@Jonasmpi - I'm starting to rely on this as it's very faithful to the original - thanks for putting it together. I found the other fork attempts to self-install and...

This would be great! Or even some documentation on how to call unimplemented parts of the Code Mirror API.

@fselmo Thanks a lot for looking into this! I'm using `py-evm` as the underlying VM for a debugger. In order to handle forking, I have to override the block number...

@carver this makes sense and thanks so much for highlighting the example, it's quite elegant. Unfortunately, I'm making a dynamic fork to simulate mainnet calls so I'm following an approach...

Unfortunately I didn't, I parked this until I have more observability infrastructure to be able to debug it better but one thing that helped with related issues was being thorough...

@flux627 are you running into a similar issue?

These implementations are awesome. Let me throw one more in the hat: https://github.com/auditless/cairo-erc4626 - We follow the solmate impl. - Use `TRUE`, `FALSE` - Use `ERC4626_` naming conventions Like the...

@EvolveArt added your wishlist of safemath and namespaces: https://github.com/auditless/cairo-erc4626