Fauzan
Fauzan
I think the bug reappears in Bun v1.1.12 Using this workaround https://github.com/prisma/prisma/issues/21324#issuecomment-1751945478, it's fixed
I don't know why they keep confirm issue is fixed while it's not 😆
Hi @janpio @Jolg42 I tried the following model for SQLite for example: ```prisma model Member { id Int @default(autoincrement()) @id code String name String penalizedAt DateTime? createdAt DateTime @default(now()) updatedAt...
This only happens when you use BIGINT as datatype.
No need regex, just use `onKeyDown` to track your inputs, key is well supported now. ```ts onKeyDown={(e) => { if (["e", "E", "+", "-", ",", "."].includes(e.key)) { e.preventDefault(); } }}...
> I think we should update the testimonial instead of disabling these Is creating a new testimonial section a wise change?
> I think what Zoé means is that we should fix the issue instead of just disabling part of it. So make sure that the testimonials update when clicking on...
Nice catch
Can I use this issue to list mine? If it is invalid you can remove it :)