Gualtieri Mario

Results 9 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.

The result is: ```typescript public findPetsByStatusfoo(birthday: Date, id_: string, blaBla: Date, observe?: 'body', headers?: Headers): Observable; public findPetsByStatusfoo(birthday: Date, id_: string, blaBla: Date, observe?: 'response', headers?: Headers): Observable; public findPetsByStatusfoo(birthday:...

@TiFu I forked the master and i make only the changes described in the PR. In my opinion the error is unrelated. I didn't change dependencies or tests.

In the README is not present any reference to the typescript-inversify. Maybe it can be useful. Thanks!