Barnaby Keene

Results 317 comments of Barnaby Keene

Yeah I think there's definitely a challenge around modelling these concepts here. I feel like authentication and sending notifications are going to be tied in some way. web3 accounts basically...

Some more ideas around facilitating platforms that want to do some more out of the box things that you may argue push the boundaries of a "forum" for communities and...

Hey, thanks, glad it's useful! Top level arrays make sense, though I don't actively use this library any more so I just review and accept PRs for features currently. It...

Can follow these steps: https://southcla.ws/how-to-implement-logout-nextjs-cache-revalidate

I'm running into this now, same settings as what @mfts has shared but still getting the following error on build: ``` Failed to compile. ./node_modules/mupdf/dist/mupdf-wasm.js Module not found: Can't resolve...

I did get this working eventually on 0.2.2 inside a route handler (not a page handler) - though now we've switched to doing this in our Go backend using https://github.com/klippa-app/go-pdfium

I've just recently run into this and spend quite a bit of time debugging, didn't notice the issue and this PR. Would love to see this revisited!

At first glance, it looks like this codegen tool is unaffected, as it only supports a subset of primitives mapped from Go structs. But I will give it a test...

@copilot rebase on main and run the tests