Attila Oláh
Attila Oláh
@dependabot recreate
For simple dates I cannot reproduce, the following works with the latest `0.13.2`: ```ts import { IsDateString, IsISO8601, validate } from 'class-validator'; class MyPayload { @IsISO8601() @IsDateString() field: string; constructor(field:...
Seems the array one has no open bug report.
Closing this as answered. 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.
> I think this is a good idea, however the error is most likely coming from the tedious driver as it's the one parsing the TDS stream, this library just...
Hi! Sorry for the late reply. I am not sure I have the all around expertise to "discover" all the possible edge-cases. (Read as I am a very basic user...
What is your opinion should we add this as documentation or included it in the code? I see four options here: - extend the original error for specific error types...
Was it a CORS request? Because then this is the expected behaviour. Browsers will send a `HEAD` request and will send the `GET` only if the `HEAD` request returned with...
I have no more followers than you (+6 to be exact 😄 ) but happy to write "why to use routing-controllers" article about it, also I am sure I can...
> Maybe better idea to create a separate site just like typeorm has. We can just move all of our docs into the `docs/` folder and write it as markdown,...