-
I want to add pagination features to sub-docs list
for instance
We have a user model which contains followers
```javascript
const userModel = new Schema({
id: { type: String },
followers…
-
### Describe the bug
In https://github.com/vueuse/vueuse/issues/452 the solution was to add RemovableRef that accept null as a set value.
But after setting the value, the get will return null! So th…
-
At the moment if we want to use a `$replace` rule only for `document`, we need to use for example something like this:
`||example.org^$replace=/h1/mark/,~script,~stylesheet,~xmlhttprequest,~other`
I…
-
### 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.5.2
### Nod…
-
### What's the problem you're trying to solve?
I'm trying to set up a search functionality that checks subdocuments and returns them. (For example, being able to filter out practice entries by JUST o…
-
## Situation
```
documents
| main.adoc
|-----folder2 (empty)
| ^---------folder3
| subdocument.adoc
diagrams
my_diagram.puml
```
When wrring…
-
`roleSchemaDef` defines an object with in the type field. the contents of this object will be ignored and the `roles` field will default to a blank object. Changes should be made to properly create th…
-
It’s amazing what we achieved with Hocuspocus already. The adoption is insane, it’s running in production in tons of apps already. BUT, we’re still in alpha, and in a pretty closed state. 👀
We’d li…
-
### 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…
-
Having a sub-document within a document that performs an object validation, e.g. comparing the current value with another attributes value, seems not possible since the object (this) provided is the d…