-
### 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.6.1
### Nod…
-
There are fields in the cooperation coditions that are not in the IIAs template. Those are:
- sending-contact
- receiving-contact
- sending-ounit-id
- receiving-ounit-id
Recently, there has b…
-
**Describe the bug**
_A clear and concise description of what the bug is._
Within `model` of subdocument `comment`, if I try to assign a user to it using
```
owner: {
type: Sc…
-
### What's the problem you're trying to solve?
I am trying to insert the ingredients list from one model and add it to the create route for the recipe model using the objectID's of the ingredients an…
-
When used as a field in a subschema for array members, the example given in the readme for "createdAt" doesn't work. Array elements are often "inserted" by using a $push on an update. Since the new en…
-
i used to version 5.13.11
**Do you want to request a *feature* or report a *bug*?**
i want to report a bug
**What is the current behavior?**
when i want to update an array in subdocument,it …
-
### What's the problem you're trying to solve?
I am trying to link my ingredients model to my recipe model
### Post any code you think might be relevant (one fenced block per file)
```
// import…
-
Let's take two basic mongoose schemas :
```javascript
var childSchema = new Schema({
path: {
type: String,
required: true
},
name: {
type: String,
minlength: 2,
…
-
List of Local uBlock dynamic filtering
- all: github.com \* \* block
- images: github.com \* image block
- 3rd-party: github.com \* 3p block
- inline scripts: github.com \* inline-script block
- 1st-p…
-
Hi!
Let's consider this set of classes:
```kotlin
sealed class Shape(
val type: String
) {
data class Circle(
val radius: Int
): Shape("Circle")
data class Square(
va…