jeremyisatrecharm
jeremyisatrecharm
I'm also hitting this.
+1 looking for support!
Is https://github.com/colinhacks/zod/issues/3#issuecomment-1173460892 still the recommended way to brand strings-only or is [brand](https://github.com/colinhacks/zod#brand) ok? I am using `.brand` for a string. For example - `const userIdSchema = z.string().brand()` but am finding...
I am also seeing this and items like `Enqueued failed request for retry in 6000`
I don't have an ad blocker.
I'm also running into frequent local DB crashes via Prisma with the following error message: `Error querying the database: db error: FATAL: sorry, too many clients already`. As noted by...
> Currently you can run `supabase stop --backup` to preserve local data between restarts. > > We are also working on integrating pgbouncer in a new postgres image. Stay tuned....
> How to use theme component: https://flowbite-react.com/theme > > Default theme file: https://github.com/themesberg/flowbite-react/blob/main/src/lib/theme/default.ts This was my solution, but it looks like thew newer Flowbite versions no longer have a giant...
This is my work-around. This will generate _all_ of the tailwind classes used in Flowbite which is inefficient for bundle size because it's likely you don't use all of the...
Until then, are there any suggestions on how to do some sort of hacky reboot-serve every n requests without the server responses failing?