Ryan Hall

Results 13 comments of Ryan Hall

+1 bump for vertical workspaces. Had to switch to Cinnamon and [this applet](https://cinnamon-spices.linuxmint.com/applets/view/116) to achieve the desired functionality.

+1 for this. Would probably be a more reliable (albeit, more centralized) nft fetcher. There are several mainstream NFT projects that the ethereum fetcher was unable to load due to...

+1 this would be a helpful feature when generating interfaces for contracts that utilize a proxy / logic pattern. My current solution is to combine the ABIs first and then...

@gnidan amazing :tada: excited to see it. Happy to take the PR for a test drive if you want some feedback.

@jj0b can you add a test that demonstrates the bug?

@Janther Can you explain to me how import order impacts the bytecode? From my (albeit limited) experimenting, it seems to have no affect. Thanks!

@pipermerriam I'm guessing we're not seeing the CI runs because the PR is cross-repository. Probably some github policy. When I make PRs onto our fork of the repo, [CI works...

According to github, you should be able to "approve and run" @pipermerriam https://docs.github.com/en/actions/managing-workflow-runs/approving-workflow-runs-from-public-forks#approving-workflow-runs-on-a-pull-request-from-a-public-fork

> Maybe try to rename `ci.yml` to `ci.yaml`? [CI works fine](https://github.com/smartcontractkit/ethereum-datetime/pull/3). It's just disabled for outside contributors.

~Some other issues I've found...~ * ~no struct support~ * ~doesn't include data location for types like bytes and strings~ ... I see now that those issues are with the...