-
## I'm submitting a...
[ ] Regression
[ ] Bug report
[ x ] Feature request
[ x ] Documentation issue or request
[ ] Support request => Please do not submit support request here, instead …
-
## Bug Report
When following the instructions in the [docs](https://docs.nestjs.com/recipes/hot-reload) on how to add hot reload functionality to a project with cli (first paragraph), we end up wit…
-
In Mongoose model I am using schemaOptions timestamps: true to enable the mongo to record the `createdAt` and `updatedAt` timestamps. I was under impression that `createdAt` will always remain s…
-
Good afternoon
I am trying to connect to the mssql database through the sequence
I get an error when connecting
SequelizeHostNotFoundError: Failed to connect to
I am connecting, as indicated in th…
-
**Do you want to request a *feature* or report a *bug*?**
Bug
**What is the current behavior?**
```
[7:08:10 PM] Starting compilation in watch mode...
node_modules/mongoose/index.d.ts:188…
-
With the latest version of Nest.js and mongoose, the following error occurred. The application has been created with `@nestjs/cli@8.0.2`
`app.module.ts`
``` typescript
import { Module } from '@…
-
## Error when creating schema index.
[ ] Regression
[X] Bug report
[ ] Feature request
[ ] Documentation issue or request
[ ] Support request => Please do not submit support request h…
-
### Which @angular/* package(s) are the source of the bug?
compiler builder
### Is this a regression?
Yes ongoing for 2 yrs
### Description
web research points to the angular builder an…
-
## Versions
- System: linux
- NodeJS: 15.10.0
- Typescript: 4.2.4
- Compiler / Transpiler: N/A
- Typegoose(NPM): 7.6.1
- Typegoose(GIT): N/A
- mongoose: 5.12.14
- mongodb…
-
想了解下,在开发的情况下,有没有办法提升重启速度?可以选择性牺牲一些东西。比如模板是实时加载的。midway 重启速度稍慢egg 3秒左右。或者这边是否说个方向。这边去调试下源码,看看能不能把一些东西走异步。避免加载影响?