-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current behavior
http://localhost:3000/?testQuery=you
the query value testQuery is always undefined
### Mi…
ghost updated
10 months ago
-
## Versions
- NodeJS: 10.18.1
- Typegoose(NPM): 6.2.2
- mongoose: 5.7.0
- mongodb: 4.2.3
- nestjs / nestjs-typegoose: 7.0.0
## What is the Problem?
When I use typegoose, it breaks…
-
Need to update the package to match Typegoose.
Scott
-
### Environment
1. `vscode-jest version`: 5.2.2
2. `node -v`: 18.4.0
3. `npm -v` or `yarn --version`: 1.22.19
4. `npm ls jest` or `npm ls react-scripts` (if you haven’t ejected): 29.1.2
5. your…
-
### Prerequisites
- [X] I have written a descriptive issue title
### Mongoose version
6.5.4
### Node.js version
16.14.2
### MongoDB version
doesn't matter
### Operating system
macOS
### Oper…
-
### Prerequisites
- [X] I have written a descriptive issue title
### Mongoose version
6.2.0
### Node.js version
18.14.0
### MongoDB version
6.0.3
### Operating system
Linux
…
-
# Weekly Report of midway
This is a weekly report of midway.
### For more details about developer contirubtions, please check our [contribution leaderboard](https://opensource.alibaba.com/contributi…
-
I'm getting the error when I'm decorating the class in nestjs service.
I'm using typescript 4.9.4
The Typescript is compiling without errors, and I'm getting this problem only in VSCode.
```
U…
-
## Versions
- typegoose: 7.3.0
- mongoose: 5.9.24
'''
Using the following definition for `UserClass`:
```ts
@pre("save", async function (next: HookNextFunction): Promise {
...
})
…
-
Hello, I have question. Here is the code:
```ts
import {getModelForClass, setGlobalOptions, prop} from '@typegoose/typegoose';
import * as mongoose from 'mongoose';
setGlobalOptions({
schem…