Mahmoud
Mahmoud
Thanks guys for this amazing feature, I was handling UUIDv7 using Prisma middleware. But now it's part of the package. I'm trying to enable it, but it doesn't reflect. Do...
It has been unfixed for almost a week. It's inside minimatch package. currently used version is 9.0.5. here is my npm ls output: [email protected] └─ [email protected] └─ [email protected] ← vulnerable...
Since I'm using Yarn, and I'm quite sure my app wont use this global package, I fixed it temporary by removing brace-expansion directory. I added this line in my dockerfile:...
I was about to create a similar issue, having hard time setting up rspack with NestJS. I have a very minimal rspack.config and it's working. But I'm having an issue...
I used `Prisma.ModelName` for types. And iside the function I used below code to get table name right: ``tableName.replace(/[A-Z]/g, letter => `_${letter.toLowerCase()}`);``