Micael Levi L. Cavalcante

Results 257 comments of Micael Levi L. Cavalcante

@Anas2001 could you please elaborate what do you need, exactly? I didn't follow

@jonschlinkert here's mine: ```js const prompt = new Form({ name: 'user', message: 'Please provide the following information:', choices: [ { name: 'firstname', message: 'First Name', validate(value){ this.error = 'Invalid name'...

https://github.com/nestjs/nest-cli/issues/1352#issuecomment-933255786 I like that option, tho

fair enough! so I guess we should merge this only after they resolve this issue on their side: https://github.com/oven-sh/bun/issues/1641

I found another type utility for the dot notation type inference [here](https://stackoverflow.com/a/71442049/5290447) It does work but I didn't manage to make it work with `ConfigService` yet ![image](https://github.com/nestjs/config/assets/13461315/dc23f8fc-c961-4a6e-8253-4259afe95172)

@baconcheese113 it would introduce a breaking change. But yeah, we could change that in the next major release. I don't know why it is not the default behavior, tbh

@baconcheese113 that's not feasible in TS, if I understood you correctly Please use our Discord server to discuss about it or other requests if you want to.

@Yansb we would have to mock the `request.user` object but I didn't find any non-hacky way to do that :thinking: Also, looks like the app itself didn't have any way...

you could propose that change in another PR after merging this one.

I think that we shouldn't add new features related with kafka.js due to #13223