Jim Johnston

Results 27 comments of Jim Johnston

Nice one thanks, I'll give npm a spin next time. Will leave this open in case you find a workaround 🔎

I ran into a similar issue with finding my own components (meant for prerender only) in the client bundle, to fix I used `dynamic` to import the heavy components inside...

I've found that a lot of mouse users will instinctively click the menu triggers to open them, which will close the menu as their "hover" state has already triggered the...

Yeah as the SO answer references, the postgres docs recommend not to use SERIAL for anything on postgres 10+ https://wiki.postgresql.org/wiki/Don%27t_Do_This#Don.27t_use_serial

I encountered this same issue too, my only 'hack' was to set mode to string: ```tsx createdAt: timestamp("created_at", {precision: 3, mode: 'string' }) .notNull(), ``` which outputs a `timestamp(3)` sql...

Why do you think Planetscale doesn't make sense? They offer a great free tier (multiple accounts), backups, branching .etc. Vercel's storage at the moment is pretty bare bones I thought....

Yeah I've been provisioning different db services all day. Kind of crazy PS havent sent out an email yet (at least I havent received one). Thanks for the heads up...

Adobe and Pantone want you to download their malware extension through their 'app marketplace' just to have up to date swatches, if they could monitise the air we breathe they...

Hey there, running into similar issue, reproducible using the example [template-nextjs-personal-website](https://github.com/sanity-io/template-nextjs-personal-website/) Once installed test the text input for the timeline components in the project document schema from the structure panel:...

As mentioned in my comment, make sure you arent running sanity from a development server