Nick Randall

Results 115 comments of Nick Randall

I believe you could solve this with a custom `fetchFunction`, you'd just need to set it up like so: ```ts import { neonConfig, neon } from `@neondatabase/serverless` neonConfig.fetchFunction = async...

Why is CSS loader delayed? I was thinking that could be a good task for me to tackle but it sounds like we're not ready for that feature yet?

Tailwind CSS v4 colors now use oklch colors by default and they are not being lowered because they use the decimal syntax and not the percentage syntax.

IMHO, `Postgres.js` is faster and lighter than `pg` and it's API is more similar to the http api so this could be a way to "unify" the api's in this...

I sent a PR to `postgres.js` that implements neon's flavor of `sql-over-ws`: https://github.com/porsager/postgres/pull/955

FWIW, we are now using this in production: https://github.com/brevitybuilder/postgres

I'm seeing this in my logs as well. I feel like it's a miniflare error?