-
### Prerequisites
- [X] I have written a descriptive issue title
- [X] I have searched existing issues to ensure the bug has not already been reported
### Mongoose version
6.4.1
### Nod…
-
### What's the problem you're trying to solve?
I had to do a for loop to show the value of task(subdocument) and I thought I figured it out yesterday but I only had one task. Now that I have more tha…
-
**Describe the bug**
Abstract class used as range with no children.
**To Reproduce**
Snippet of CAMS schema - to create an asset
check out ```funding_source``` && ```sources_of_data``` proper…
-
### Prerequisites
- [X] I verified that this is not a filter list issue. Report any issues with filter lists or broken website functionality in the [uAssets issue tracker](https://github.com/uBlock…
-
### Basic information
**Check the link:** `https://www.rmweb.co.uk`
**Category:** Anti-adblock
**Reported from:** UK
### User environment
**Browser:** Firefox 107.0, Win 10
**Adblocker:*…
-
**Describe the bug**
[This change](https://github.com/DouglasGabr/mongoose-lean-defaults/blob/2.1.1/src/index.ts#L140) introduces a dependency on `mongoose.Schema.Types.Subdocument`, but `Subdocu…
-
Sage's docbuilding uses [optparse](https://docs.python.org/3/library/optparse.html) for argument parsing, but this library has been deprecated for a while. We should switch to [argparse](https://doc…
-
When using MongooseArray.pull to remove a subdocument from an array using a command such as:
`someUser.attending.pull({event_id : x, user_id : y})`
Mongoose will remove all subdocuments from the arr…
-
I have a schema called Contact and another Schema called email that is a subdocument of Contact. The Contact schema can hold an array of emails.
When attempting to add a new instance of email, I g…
-
### What stack are you using?
MERN(mongoose + react)
### What's the problem you're trying to solve?
I am trying to populate the owner information into the comments(comment is subdocuments mode…