Chau Tran
Chau Tran
## PR Checklist Please check if your PR fulfills the following requirements: - [ ] The commit message follows our guidelines: https://github.com/nestjs/nest/blob/master/CONTRIBUTING.md - [ ] Tests for the changes have...
**Describe the bug** `spack` cannot finish compiling with the following error: ``` (node:55412) UnhandledPromiseRejectionWarning: Error: load_transformed failed Caused by: 0: failed to analyze module 1: failed to resolve @nestjs/websockets/socket-module from...
## PR Checklist Please check if your PR fulfills the following requirements: - [x] The commit message follows our guidelines: CONTRIBUTING.md#commit - [x] Tests for the changes have been added...
Hi, First of all, thank you for this awesome starter. I've been looking for a solution to how to merge all `d.ts` files into 1 `d.ts` file under one namespace,...
## I'm submitting a... [ ] Regression [ ] Bug report [ ] Feature request [x] Documentation issue or request (new chapter/page) [ ] Support request => Please do not...
Hi everyone 👋, I sincerely thank everyone of you that takes interest in this repo (and possibly my tutorials on Medium and/or Youtube). Due to personal interest as well as...
https://docs.nestjs.com/graphql/quick-start#schema-first Currently, new NestJS apps that are created by the CLI uses Webpack under the hood to build and run the application even in dev mode (off of `dist` folder)....
Same as `nestjs/mongoose` https://docs.nestjs.com/techniques/mongodb#hooks-middleware This will allow for something like the following: ```ts TypegooseModule.forFeatureAsync([ { // some properties here, inject: [authConfiguration.KEY], useFactory: (authConfig: AuthConfig) => { const schema = someMethodToGetSchema();...
Hi, I've been trying to get `automapper-ts` to work with my Node Express backend. Everything works fine but I can't seem to implement external `Profile` files. As seen in the...