Kelby Faessler

Results 8 comments of Kelby Faessler

I also have this issue. Has anyone been successful with workarounds?

ok so > Set ssr.noExternal: ['@googlemaps/js-api-loader'] in vite.config.ts worked for me after I remembered to revert my import back to ` import { Loader } from '@googlemaps/js-api-loader';`

Would this also include full text search in sqlite?

Would love to migrate to drizzle from prisma but definitely need unsigned ints

I've also noticed a scaling issue. I have my display scaling turned up because its a small laptop screen with a high resolution, so its easier to read stuff if...

@fredizzimo I'm on wayland via Fedora (where wayland is now the default). What should I do in this case?

+1 to everything in this thread. When I was using drizzle, I used `$defaultFn(() => nanoid()` in the same way, and also similarly wish I could define something similar via...