Nils

Results 50 comments of Nils

Hey people 👋 Thanks for pushing on layers - I've experimented around with them for a bit and noticed that middleware-ordering does not seem to be supported for layers: When...

Hey @septatrix 👋 Thanks for the issue - don't have a direct enhancement proposal to Nuxt itself, but here's two things you can already do that have solved this for...

Thanks @yassilah for highlighting the issue + providing a possible fix in nuxt/framework#9952 🤝 We're likely facing the same issue in nuxt-prisma here: https://github.com/sidebase/nuxt-prisma/issues/4

fyi @djschilling: we've resolved this issue for sidebase which is a nuxt 3 starter, check it out here: https://github.com/sidebase/sidebase

Here is our db-setup: https://github.com/sidebase/sidebase/tree/main/server/database This is where we configure our data source: https://github.com/sidebase/sidebase/blob/main/server/database/index.ts We have a plugin that that initializes the data source on startup: https://github.com/sidebase/sidebase/blob/main/server/plugins/initTypeOrmOnServerStartup.ts Here is an...

Thanks @Akryum for working on improving nuxt support! We also still get problems. So far we observed two: error 1: __HST_COLLECT__ is not defined ```zsh Error while collecting story /Users/Sidestream/t4f/stories/TheHeader.story.vue:...

Maybe related to the discussion we had over here: https://github.com/prisma/prisma/discussions/22288#discussioncomment-7847470 Tldr: we are experiencing the same thing. Turning on relational joins on v5.7.1 makes our queries significantly slower to run...

Could this potentially be related to https://github.com/prisma/prisma/issues/22596?

@apolanc have you checked out https://github.com/prisma/prisma/issues/22596? It contains reproductions + @chris-basis gave a thumbs up to [my comment above](https://github.com/prisma/prisma/issues/23139#issuecomment-1961382333) mentioning it.

> I personally believe only to reuse same already setup service for another purpose that requires a simple KV interface +1 for this: We have a setup where our nitro...