Kamal Singh
Kamal Singh
It is not a bug. It usually happens if you don't set default values in your useForm function. You need to set default values to empty for each field to...
Using the following config `import type { Config } from "tailwindcss"; const config: Config = { darkMode: ["class"], content: [ "./pages/**/*.{ts,tsx}", "./components/**/*.{ts,tsx}", "./app/**/*.{ts,tsx}", "./src/**/*.{ts,tsx}", ], theme: { container: { center:...
> Yup! we layed down the work for this in this version, so it's coming in the next one, pretty soon, sorry it took soo long This would be great,...
Or it should be able to understand following. _Thought: You should always think about what to do. Action: Ask question to co-worker (coworker="NewsFetcher", question="What are the top AI news stories...
Issue still persists, directly pulling from github.
Using Node 20.14 LTS. Does your app make queries on refresh of page? Such as auth ? If yes, then try to refresh page multiple times. I have been able...
It is more arbitrary if I have max connections more than 100 set. I feel like there is new connection made for every single query. Base on idle connections, if...
> **TLDR:** Every transaction has to run on the same connection, therefore for every transaction a new connection has to remain open until the transaction ends. PostgresQL default connection limit...
> > I have a similar problem on Next.js (and not even actually using edge) unless I remove middleware. > > My error says (when using Drizzle + postgres.js): >...
Type issues are coming from drizzle, please post this issue on drizzle repo.