Attila Oláh

Results 235 comments of Attila Oláh

Closing this as solved. If the issue still persists, you may open a new Q&A in the [discussions tab](https://github.com/typestack/class-validator/discussions/categories/questions-answers) and someone from the community may be able to help.

Please rebase to review.

As mentioned `IsNumber` expects `ValidationOptions` as the second parameter. Every decorator that has it's own custom input options expects the general `ValidationOptions` as the second parameter.

We do not expose the metadata about classes officially but you can access it. Keep in mind that this API is considered private and can break without any mention in...

Merged in https://github.com/typestack/class-validator/pull/1720.

The explanation by @firstCodeOutlaw is correct. Closing this as solved. If the issue still persists, you may open a new Q&A in the [discussions tab](https://github.com/typestack/class-validator/discussions/categories/questions-answers) and someone from the community...

Tracking in https://github.com/typestack/class-validator/issues/1702.

Can you rebase this please to the latest `develop`? (Instead of rebasing it's easier to cherry-pick it probably.)

Hi all! Sorry for the long overdue update, I would like to chime in to clarify a few things. First of all, as mentioned before in other threads the reported...