Brandon Bayer

Results 203 comments of Brandon Bayer

Hey @LoriKarikari were you finished with this? (Still marked as Draft)

Good idea! For now probably the best is to email me directly

One thing to keep in mind, is that on the server stringobject serialization & deserialization is currently handled by Next. So we won't use `superjson.stringify`, but we will on the...

So we already have a slow perf report from someone using Blitz, albeit to load 20k items in one request :) https://github.com/blitz-js/legacy-framework/issues/778

@JuanM04 why did you remove tsconfig awhile back?

Thanks @chikamichi — certainly we can improve the tutorial here. As for the migration command, you do not need to run that command unless something fails during new app setup....

> As for the error, how could I find what's going wrong? It fails consistently at creating the SQLite DB when running `blitz new`. > Should I open an issue...

Hey thanks. Clarification, you don't have to import from `.prisma/client/index-browser`. You can `import {Prisma} from 'db'` like normal and then access `Prisma.ModelName` to see the models. As is, I'm not...

> I suspect this could be caused by how Next.JS parses default exports under pages folder? or does SuperJSON babel have special rules for default exports under pages or src/pages...

That's because everything doesn't work yet 😅 I think this is the final issue: https://github.com/blitz-js/blitz/pull/557