Tobbe Lundberg
Tobbe Lundberg
Closing this PR for now. Anyone is free to pick it back up again 🙂
> We're counting over 100+ `await import()` in our services. Ouch 🙁 Josh did spend some more time on this after the nudge from both of you, so please do...
Seems like this is the commit that introduce the new version dependency that yarn can't find https://github.com/dotansimha/graphql-code-generator/commit/eaa3d60c11afbe86ba269b2a488891f83089fa03
Thanks @regalstreak! This is how I did it with luxon, a custom context we have and react-intl. And unfortunately there's an issue with luxon and getting the name of weekdays...
@NeuroWhAI Thank you so much for sharing that snippet! Only thing I changed was the connection parameters for creating the client to look like this: ```ts const client = new...
I copied the code from here: https://github.com/vercel/storage/blob/main/packages/postgres/src/sql-template.ts And then I combined it with the example from here: https://node-postgres.com/guides/project-structure#example And that gave me a `data.ts` file that looks like the code...
@ElonVolo Thanks for taking this on! Sounds like a lot of work, but you've made great progress! Please keep going 🙏 Your work is appreciated 🙌
Just to set the expectations right here, the next major most likely will not include the new SSR code or any of the RSC code. We don't want to hold...
Work has moved on to https://github.com/redwoodjs/redwood/pull/10573
@Josh-Walker-GM You've already done this, right? Assigning to you to close out if completed.