Milan Jaritz

Results 35 comments of Milan Jaritz

It affects customers who have this Typescript flag enabled.

I am also looking for a way to automatically apply the CASL permissions to all Prisma queries automatically since I am using the [typegraphql-prisma](https://github.com/MichalLytek/typegraphql-prisma) CRUD generator. Is there a way...

@baseballyama I am also having this issue and it's particularly bad if you have multiple actions, event listeners and directives on the same element. I needed to refactor everything into...

Ok that makes sense, thanks for looking into it though. 👍 I'm already looking forward to the `applyInputTypesEnhanceMap`.

Hey, can anyone tell me how to set up TypeScript for this library?

I also have this issue while trying to run unityhub on ubuntu 22.04

Please consider adding `crypto.randomUUID()`. :pray:

@baseballyama can we throw this warning only when there is actual content present. Right now I also get this warning when there is an `#if` or `#each` inside that doesn't...

+1 I am using a `graphql-codegen-typescript-validation-schema` to generate zod enums like this: ``` ts export const PosTypeEnumSchema = z.enum(['external', 'online', 'standard', 'telephone']); ``` That way I don't need to define...