Daniel Ferreira Monteiro Alves

Results 30 comments of Daniel Ferreira Monteiro Alves

> @danfma I had taken the branch you left off and fixed the CI :) What is this branch?

Thanks, I rebased my changes over your branch. You made basically the same things. I'm checking the build before merging it.

Yes, the documentation isn't up to date. We need to update it. I'm adding more one library (mobx) and I will put more samples in the kodando-samples.

Hello! Ok, I will give it a look later today! 👍🏼

Actually, I think that it will be more interesting to support promises as the return of the lifecycle methods. So, I could, for example, implement a `componentWillUmount` that will return...

Would be possible to add custom interface markers from the domain to the proxy? I think this would be nice to hide the NH from the domain layer. ```csharp interface...

Detail: it happens only when you have named exports like that. After changing that to `export *` it started working again.

Actually, I don't know if you would be able to fix that... the problem happens when you have an `index` file that is re-exporting types in a named way. This...

By the way, if everything goes well, I will create a type to OpenApi (swagger) mapper using deepkit. Actually, we are still locked to NestJS, but I'm playing with the...