Gualtieri Mario

Results 5 comments of Gualtieri Mario

> Thnx. Tested some stuff with it. > Added those to my relations > @ValidateNested({ each: true }) > @type(() => User) > > They dont seem to work. >...

> > > Thnx. Tested some stuff with it. > > > Added those to my relations > > > @ValidateNested({ each: true }) > > > @type(() => User)...

@somehowchris Have you tried the last changes?

Hi, to download a file you have to set the correct content-type in the response. In the following example the content-type is set to download a CSV file ``` public...

In order to resolve this problem, you can you use `fs-extra`. This library is a extension of `fs` that manage the promise or offer a sync method.