Kamil Mysliwiec

Results 536 comments of Kamil Mysliwiec

Please provide a [minimum reproduction repository](https://minimum-reproduction.wtf/) (Git repository/[StackBlitz](https://stackblitz.com/fork/github/nestjs/typescript-starter)/[CodeSandbox](https://codesandbox.io/s/github/nestjs/typescript-starter/tree/master) project).

Could we add unit tests for this change?

Could we update one of the existing projects instead of adding yet another example?

If we could add tests to this https://github.com/nestjs/nest/tree/master/sample/12-graphql-schema-first sample instead, that would be easier to maintain down the road (we already have plenty of samples in this repository)

Why do you have `src` dir in `dist` while compiling with tsc in the first place? Do you have any ts files outside src you wish to compile?

Would you like to create a PR for this issue?

Using fastify instead of express requires you to change 1 line of code and install 1 dependency (fastify instead of express). Is this really something we should be covering with...

> even installing the default Nestjs app requires one command dgit to clone the project skeleton, that is what the schematics already do now (moving the template files into a...

We had to revert https://github.com/nestjs/nest-cli/pull/2228 due to https://github.com/nestjs/nest-cli/issues/2247 (pnpm users)