Greg

Results 20 comments of Greg

Things to sort out: - how to handle data between deployments (re-indexing the entire network each time feels unnecessary but there don't seem to be any APIs for `getRecentCasts` and...

@dawsbot I just removed the neon-related dependencies, try again when you have a chance.

Thanks for all your work on this @dawsbot! Working my way through reviewing everything now. When I wipe the db and do a fresh install: - `bun install` - `bun...

Ah, I assumed usage of bun based on changing the start script to `bun run src/index.ts`. I feel like it makes sense to either fully adopt bun or not at...

Adding that Frame also doesn't seem to support off-chain (via [CCIP Read](https://eips.ethereum.org/EIPS/eip-3668)) ENS names. These can be .eth or DNS TLD's. Some examples: - offchaindemo.eth - ensiscool.cb.id

Just realized the existing `.prettierrc` file is in `app` so it's not getting applied to the mdx files. Should we move it to the root and run `prettier --write` in...

Also curious about this. @Spone did you find a solution? I've just started making my own big CSS file [like this](https://github.com/gskril/web3-starter/blob/main/src/styles/colors.scss) but it's definitely not ideal. I would have expected...

@jxom fyi there is no `@next` tag and `@main` doesn't seem to add support for dots in filenames

Maybe add the fact that some names use JSON-stringified array instead of other types under backwards compatibility

Moved to https://github.com/ensdomains/ensips/pull/3