-
Related: #234
In fact this is a very useful feature, but (I can’t even know why) there’s **no providers implement it**.
There’re few discussions about this. Is there any plan about this feature? If …
-
First of all, I have to say that SyncedStore is really nice! Thanks for your work on this.
I wonder, would it be possible to include a subdocument in a `SyncedMap`, and have SyncedStore ignore it s…
-
I have this rather large structure with many subdocuments. To be more clear:
A
-B
-C
-D
Which you could read it as: A has many Bs, which has many Cs, and so on.
A,B,C,D has …
-
### Have you read the [Contributing Guidelines](https://github.com/doug-martin/nestjs-query/blob/master/CONTRIBUTING.md)?
Yes.
Hey, before the question here is a context:
I'm using mongoose and …
-
Correct me if I'm wrong, but it seems that updates on subdocuments don't propagate to the root document?
For instance, if doc `doc0` has subdoc `doc1`:
```yml
doc1:
- text1: "bar"
doc0:
- …
-
I'm trying to build a program for Online Excel, but I'm having performance issues.
In my implementation, a workbook is a document. The json format of the document is as follows:
```json
{
"act…
-
## Describe the solution you'd like
Insert an indefinite number of subdocuments into a Word template
## Describe alternatives you've considered
I now have two ideas. First, create a blank page wi…
-
Hi,
```
// Stage Schema
const stageSchema = mongoose.Schema(
{
...
federation: federationSchema,
...
```
```
// Subdocument Schema
const federationSchema = mongoose.Schema…
-
Hi, i need insert a sub-document in a template `*.docx`, but not created programatically (`new_subdoc`), readed from file, similar that _Word_
![captura](https://user-images.githubusercontent.com/4…
-
It looks like `y-crdt` already supports [subdocuments](https://docs.yjs.dev/api/subdocuments), but not `ypy`.
What would it take to support them? If nobody is planning to do it, I can help with that.…