g. nicholas d'andrea

Results 71 issues of g. nicholas d'andrea

I organize my accounts into top-level buckets, e.g. `gnidan:assets` vs. `llc:assets`, and it appears that this tool hardcodes the use of "account drop" when integrating with the underlying golang wrapper....

enhancement

- Add breadcrumbs to each - Ensure sidebar/in-page rendering still uses the short-form without the breadcrumbs by using the `sidebar_label` property (I'm trying this in hopes it solves the issue...

Bit of background: the construct for referencing templates within a pointer is already a bit weird, designed in a way so as to minimize the complexity of each particular ethdebug/format/pointer/collection/*...

These examples should show how to represent where the type is defined in source (using the appropriate schema from the ethdebug/format/materials namespace)

There is currently no way in the type schemas to represent a "type constructor" or algebraic data type or whatever term. The closest the schema currently affords is the alias...

@ekpyron thinks possibly yes, but my desire has been to separate types wholly from pointers, since semantically these might be viewed as purely separate concerns. My original thinking might not...

The [**ethdebug/format/program/context** schema](https://ethdebug.github.io/format/spec/program/context/) allows associating contexts with arbitrary "frame" string values, e.g., to indicate with `"frame": "ir"` that the context refers to Yul sources instead of Solidity sources. Currently, this...

Hi, I notice that you folks have a fork @usecannon/web-solc because you need CommonJS builds. Just wanted to let you know that I [published](https://github.com/gnidan/web-solc/releases/tag/web-solc%400.6.0) a breaking change to the upstream...