Nedi11
Nedi11
I had to do this newWindow.loadURL(`file://${__dirname}/../renderer/index.html#/route`), ty @vcombey , I was doing path.join and it was getting escaped so it wasn't working
Don't let drizzle be like prisma https://github.com/prisma/prisma/issues/8950
I solved it this way:  Add extensions manually in extensions=[...], then do prisma db pull, this will fill out the extensions with the appropriate schema, then add the missing...
Can we please get a proper fix for this
Check if you have enough ram. In my case swapd (which is responsible for using swap memory) would take all the CPU and adding more ram fixed it
> > > How did you guys get this package working with SSR at all? I keep running into a webpack type error that suggests the package is using React's...
> > > > > How did you guys get this package working with SSR at all? I keep running into a webpack type error that suggests the package is...
> using next `14.0.4` with @supabase/auth-ui-react `^0.4.6` and getting the same hydration issue. would appreciate any sort of progress on this issue, as it is affecting user experience. thanks! style...