zanminkian

Results 56 issues of zanminkian

### Is there an existing issue that is already proposing this? - [X] I have searched the existing issues ### Is your feature request related to a problem? Please describe...

type: enhancement :wolf:
needs triage

## PR Checklist Please check if your PR fulfills the following requirements: - [x] The commit message follows our guidelines: https://github.com/nestjs/nest/blob/master/CONTRIBUTING.md - [ ] Tests for the changes have been...

## PR Checklist Please check if your PR fulfills the following requirements: - [x] The commit message follows our guidelines: https://github.com/nestjs/nest/blob/master/CONTRIBUTING.md - [ ] Tests for the changes have been...

If I run command `nest new some-project` (some one new may don't know `--skip-install` option), nest-cli always force me to select a package manager. I have to press `ctrl` +...

## PR Checklist Please check if your PR fulfills the following requirements: - [x] The commit message follows our guidelines: https://github.com/nestjs/nest/blob/master/CONTRIBUTING.md - [x] Tests for the changes have been added...

I have a monorepo project. The root of the project have specified node version by installing `@types/node` to devDependencies. Therefore, it no need to install `@types/node` to sub-app.

### Description **Minimal code-snippet showcasing the problem** envs ``` "class-transformer": "^0.5.1", "reflect-metadata": "^0.1.13", "typescript": "^4.6.3", "ts-node": "^10.9.1", ``` tsconfig.json ```json { "compileOnSave": true, "compilerOptions": { "target": "es2017", "lib": ["es2017"], "experimentalDecorators":...

type: fix
status: needs triage

### Clear and concise description of the problem It make sense to enable rules [no-floating-promises](https://typescript-eslint.io/rules/no-floating-promises/) and [no-misused-promises](https://typescript-eslint.io/rules/no-misused-promises/). They can warn you not forget to `await` the async function. What why...

enhancement
pr welcome