David Walsh
David Walsh
Any chance somebody can give me a code pointer to the GRBL detection logic. I've been string searching and can't seem to find it.
Hate to do this but.... +1
Would love to see this get merged.
Coming here after the robot pointed me from https://github.com/colinhacks/zod/discussions/4706. One affect of this design is that `.omit` and `.pick` now disable checks silently. See discussion for more.
@jkomyno really happy to hear your team is looking into this. I want to second what's been said.. I _do not_ expect that `@map` (or `@@map`) changes the generated TypeScript...
@Poolshark Thanks for the reply and totally fair. The one thing I'll say though is I don't think dropping `@map` for enums is feasible as long as the values allowed...
Someone linked this earlier: https://www.answeroverflow.com/m/1415722647827775518 This part of the last comment helped me understand what's going on: > When you change from using Prisma’s Rust engine to adapter-pg, the default...
Probably a dupe of https://github.com/prisma/prisma/issues/28591
Probably a dupe of https://github.com/prisma/prisma/issues/28795
Adding my +1. This is really confusing, if it is indeed the intended behavior. In all other uses, as far as I'm aware, `@map` or `@@map` is used to set...