Jakob Rodseth

Results 2 issues of Jakob Rodseth

Why check if any of the private fields need to be initialized every time onDependentViewChanged is called? Do you expect the values to be reset to 0 by something? `...

Given a Prisma definition with an 'Unsupported' field, like this ``` model Feature { /// @Validator.IsUUID() /// @HideField({ match: 'Feature@(Create|Update)*Input' }) id String @id @unique @default(dbgenerated("gen_random_uuid()")) @db.Uuid geometry Unsupported("geometry(Polygon, 4326)")...