Thiago Valentim

Results 20 comments of Thiago Valentim

Hey @blangley28 , could you work on the changes I've asked? Thanks!

> @thiagomini sorry for the delay. Just pushed some updated. I also found that while using `FileFieldInterceptor` the type of `value` is an object. So I added some handling to...

Opa, nesse time aí só tem fera! Boa sorte galera! 😃

I'm taking this one, @kamilmysliwiec. I've been already able to reproduce the issue in an integration test.

Hey @mareksuscak, [this](https://github.com/nestjs/nest/pull/10484) is the PR that introduced that. Feel free to add the necessary fix to it! I can work on that as well as soon as I have...

My approach to resolving this issue would be to reproduce the same problem in [this test](https://github.com/thiagomini/nest/blob/4176ee512f960188d2db845fad2ae4b8edeaa7af/integration/hello-world/e2e/middleware-with-versioning.spec.ts). As soon as you get the same error, work on your way down the...

Just to add some more context: That situation is quite common in many applications - we have the same table (and almost always the `user` table) that represents different entities...

Hey, Martin, thanks for the reply! However, my use case is similar but isn't precisely table inheritance. There are two main differences: 1. We don't have a discriminator column that...

Hey @PhelixTaken. We cannot merge this PR until it has all tests passing. You are welcome to create a branch that resolves this problem as well, I would be happy...