Kevin Ingersoll
Kevin Ingersoll
This started simple and then I added a bunch of stuff and now it's a little confusing. I'd also like a chance to show all the chunks that will be...
https://news.ycombinator.com/item?id=11132736
Load a local HTML page as a Go template?
I used a template from the GitHub Pages generator to get some basic docs up and running quickly, but they could be vastly improved.
This could include Typescript types, handling errors well, optional client-side caching, React hooks, etc.
https://github.com/devdotxyz/eth-xyz/blob/master/services/EnsService.ts
Following the `lastCallGas` addition here: https://github.com/foundry-rs/forge-std/releases/tag/v1.8.2 I'd love to see some way to `startGasRecording` and `stopGasRecording` (similar to logs, state diff/mapping recordings) where we can record and retrieve a list...
I am working with these now, adding new options, etc. and it seems unnecessary to keep strong types for these since they're unlikely to be referenced for specific tables. Maybe...