-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current behavior
npm run start:dev
> user-service@0.0.1 start:dev
> nest start --watch
'Meet\user-serv…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current behavior
I am currently integrating nestjs/mongoose into our project and I was expecting Documents to …
-
## I'm submitting a...
[ ] Regression
[x] Bug report
[ ] Feature request
[ ] Documentation issue or request
[ ] Support request => Please do not submit support request here, instead post…
-
## 🐛 Bug Report
I am trying to upgrade our repos to jest 24 and encountered a compilation issue with spying on a mocked getter which worked in jest 23. The invocation is:
```
jest.spyOn(some…
-
I have integrated OpenTelemetry in Nestjs with Jaeger and it's working fine, but i am not able to trace the MongoDB interaction.
I am using below code
```
const sdk = new opentelemetry.NodeSDK({
…
-
How can we improve the 2022 edition of the survey?
See also previous discussion here: https://github.com/Devographics/Monorepo/issues/61
### Things to Consider
- Sections to remove/add?
- Fe…
-
## Feature Request
## Is your feature request related to a problem? Please describe.
We would like to be able to catch errors while initializing Typegoose and Mongoose modules.
The problem we hav…
-
## Versions
- System: windows
- NodeJS: 16.x
- Typescript: 4.6.3
- Compiler / Transpiler: tsc / ts-node / ts-jest
- Typegoose(NPM): 9.8.0
- mongoose: 6.3.0
- mongodb: 4.x…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current behavior
Aliases in schemas don't work.
Mongo document
`
{
"_id" : ObjectId("5bd6ff5ea392f73…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current behavior
if we warp property with `@Prop()` and add mongoose prop options e.g. `@Prop({ type: String, …