Marcus Reinhardt
Marcus Reinhardt
Hi @dBianchii , spent some time to evaluate the usage of `next-international` together with the custom error map ( via `z.setErrorMap` ). For me, it seems that it could work...
Hi, since I have to think about using ODBC/JDBC in one of my node apps, I want to keep my local system as clean as possible (not interested to install...
maybe a bit late to the party, but I had the same challenge in one of my projects. I have found the solution in the [prisma adapter for betterauth](https://github.com/better-auth/better-auth/blob/main/packages/better-auth/src/adapters/prisma-adapter/prisma-adapter.ts) and...
Haven't tested it directly with prisma ( via `@default`), but could something like this solve the problem? ``` timezone('utc', now()) ``` We're using this in our trigger logic while creating...
What kind of validation do you mean? Something like "is the user authenticated?"
Hey @salvinoto , We are running it as dedicated service. The service uses pm2 to start our queues. For recurring jobs, we start them after initializing the queue. Otherwise we...
Hey @hyusetiawan , > where is queue coming from? I am guessing it's a typo that it should have been emailQueue, if that is the case, is queue blocking? It's...
We had this question already: https://github.com/sadmann7/shadcn-table/issues/200#issuecomment-2068116963 And here how to solve it: https://github.com/sadmann7/shadcn-table/issues/200#issuecomment-2068136795 Does this help?
Hey, thanks for the response. To the color swapping - you're absolutly right - Works as designed. I use a **stacked** area chart and after checking the examples (again) and...
not sure if it's relevant, but if need a local oauth server, then https://github.com/axa-group/oauth2-mock-server could help. We're using it internally for our automated E2E tests and it works fine. If...