Nicolas

Results 4 comments of Nicolas

Hey. Thanks to @Sairyss for sharing this very nice repository. I'm learning Nestjs, DDD and programming and it is a very helpful and valuable resource :) @vahidzafari , I'm not...

Hi, I have exactly the same issue here. Using: - Node 16.13.2 - NestJS 8.0.0 - NestJS/typeorm 8.0.3 - typeorm 0.2.45 Already tried to delete the node_modules folder / npm...

Many thanks for pointing me to the right direction. It seems this issue appeared with typeorm 0.2.42 and is being investigated by the typeorm team (https://github.com/typeorm/typeorm/issues/8681). A fix has been...

> @IsISO8601 does the job! Yes, but how to ensure we only receive a date (without time)? Currently, I do this: ``` @IsISO8601({ strict: true }) @Length(10, 10) ``` but...