Arthur Fiorette

Results 183 comments of Arthur Fiorette

I went through the same problem. So i created another package to solve this and others things. If someone else has also stopped here to resolve this, take a look:...

I was having the same problem. I tried to fix it *(and some other things)*, but I ended up modifying so many things in this package that it felt like...

Oh, you are ignoring the .prettierignore file, that's why you are getting some problems about unknown file formats. remove the ignore-path flag and you're good to go.

Hey @WoH, could the above template become native or, at least, documented?

The issue comes from the `package-build-stats` package. An issue there (https://github.com/pastelsky/package-build-stats/issues/33) already exists. Most recent PR: https://github.com/pastelsky/package-build-stats/pull/35

I ended up falling for that too. Please add it to the documentation

Came here to ask for the same feature, but I thought differently. How about adding option `type` to `@IsArray`? ```ts class Test { @IsArray({ type: 'string' }) field: string[] }...

I still think this should be included by default, and until a PR is created, i created my own: ```ts import { ValidateBy, ValidationOptions } from 'class-validator'; type Typeof =...

How can I get the `GraphQLResolveInfo` object inside a parameter or method decorator?