NΛRCISO
NΛRCISO
> This and we have used a Prisma middleware to generate cuid2 ids. @rothlis Could you provide a snippet of the middleware?
Love this feature! May I ask if you have already thought if this prefetching helpers could be mixed with the new `experimental_caller` on the procedures? Since presumably there is no...
Hi @thekip, I love your solution but I am encountering a small problem that maybe you could help me with. ## Problem I'm using the Provider as you have in...
@thekip I installed the latest version but TransNoContext seems to not be exported. I checked in the index and it seems like that. Could you check? @thekip I just cloned...
> ```ts > import { msg } from "@lingui/macro"; > > export const schemaUpdateAccountSettings = z.object({ > username: z.string().regex(usernameRegex, { > message: (msg`Username can only contain letters, numbers, underscores and...