Micael Levi L. Cavalcante

Results 257 comments of Micael Levi L. Cavalcante

looks like that lib is abandoned :disappointed: Another thing we could do is: provide reliable ways to retrieve the metadata needed for such task, ie., - retrieve all routes for...

feel free to make a draft PR would be easier to discuss, I guess

I believe this feat will help on making HTTP versioning a _first-class citizen_ on NestJS. That's cool. --- @NitnekB As we can use multiple versions on `version`/`defaultVersion` field already, wouldn't...

@chanpaul1234572 I didn't have time to try to implement this :/ PRs are more than welcomed

@princechauhan1992 PRs are more than welcomed :smile_cat:

@kscerbiakas > Does this mean that PR will get merged with next release? Unfortunately, no. I'm not a member of Nestjs's core team. It just means that I liked the...

can you please test this feature with the following use cases: ```ts import { Module, Injectable, DynamicModule, forwardRef } from '@nestjs/common'; import { LazyModuleLoader } from '@nestjs/core'; @Module({}) class AModule...

yes, I'm not talking about the automated tests. > I even can include a new sample just for testing module overrides with all use cases that you mentioned, what do...

I believe you forgot to push the source codes ![image](https://user-images.githubusercontent.com/13461315/146684463-e599a9e1-bdbe-4a0d-8c72-8ae78871e0f1.png)

@leonardovillela from your experience on implementing this, do you mind taking a look at `.overrideMiddleware` proposal from `https://github.com/nestjs/nest/issues/4073` I would like to know if you believe that one shouldn't be...