Tobbe Lundberg
Tobbe Lundberg
@kirillzyusko Thank you! That might explain why rnkc sometimes just stops working altogether for me. Is there any kind of workaround right now? Or do I need to downgrade to...
Originally I proposed this ``` { output: { noHoistTransitiveImports: ['client-only', 'server-only'], } } ``` But then I realized that won't be enough, so I updated the proposal above
For some more context: We have this: A imports B, which imports C. A -> B -> C `import C` from B is hoisted to A. This is a problem...
An easy way to get the ` A` flag to show up, that doesn't rely on any other tools/binaries (like `nix` or `jj`) is shown in https://github.com/mroth/scmpuff/issues/53 It's basically this:...
@Sidnioulz I noticed that you have three packages listed for Redwood, `storybook-framework-redwoodjs-vite`, `@redwoodjs/cli-storybook-vite` and `@redwoodjs/cli-storybook`. For Cedar you only have `storybook-framework-cedarjs`. Not sure if you want it listed or not,...
Thanks for the detailed issue report @QuiiBz 🙏 The customer you're talking about reached out to me as well. I'll try to talk to them some more to see how...
I'll see what I can do @ad0maa. I'll probably implement this in [Cedar](https://cedarjs.com) first, and then see if I have time and resources to also add it to RwGql
Cedar is RwGql with several hundred of hours of work put on top 🙂 It's even more production ready than RwGql 😃
As a long-time scm_breeze user, I just found this repo. And as I was browsing around to try to get a feel for things I found this issue. It says...
Looking closer at the type RW currently generates I see this  scrolling down...  So we have `restaurantId: Scalars["String"];` That means we want Prisma's type to resolve to the...