Micael Levi L. Cavalcante

Results 321 comments of Micael Levi L. Cavalcante

https://github.com/kyknow/nestjs-redis must have at least 10 stars :/ it has ![](https://img.shields.io/github/stars/kyknow/nestjs-redis.svg?style=flat-square)

https://github.com/beingtyson/nest-react-example no longer exists or it's private.

congrats! the repo has ![](https://img.shields.io/github/stars/AntsiferovMaxim/nestjs-env.svg?style=flat-square) stars You can rebase your branch (or maybe it's better to open another PR instead) --- The badge: ``` ![](https://img.shields.io/github/stars/AntsiferovMaxim/nestjs-env.svg?style=flat-square) ```

would you like to make a PR for this?

having two questions is better for sure.

> to make the scaffolding process as straightforward & quick as possible that's a good point acctually. Then, I go back to https://github.com/nestjs/nest-cli/pull/1458#discussion_r772528899 xD

looks like this only happens if we use `nest start` (and express): https://user-images.githubusercontent.com/13461315/148582617-32b0b78c-cb23-4088-9b5f-71e0fcc36688.mp4 With `node dist/main`: https://user-images.githubusercontent.com/13461315/148582675-5d35f573-4722-4031-a026-875bba64af4c.mp4

I didn't investigate it enough :/ I would start by looking at https://github.com/nestjs/nest-cli/blob/master/actions/start.action.ts but I don't have time to tackle this soon.

@ssilve1989 so, to run the project, you're using `node` directly? I didn't understand why it worked with `node dist/main.js` but didn't with `nest start` tbh

looks like this 'raw' definition wasn't designed to follow the OpenAPI spec(?) You can see here: https://github.com/nestjs/swagger/blob/9879ffa7c1027ef4b48df667c6b1def836140246/lib/interfaces/open-api-spec.interface.ts#L233 the real raw definition (I guess), is called `SchemaObject` But then, the one...