-
## Description
Collaborative WebRTC silently disconnects with too big display data being transferred.
## Reproduce
```python
from IPython.display import display
payload = "a" * 1024 * 256
…
-
This ticket keeps track of the *subdocument* feature.
*Subdocuments* will allow you to include a document into another document. Subdocuments will allow you to manage large datasets, organize an o…
-
### Background
Instances `ConnectedStore` live in the frontend (browser) and they conform to the [Svelte store contract](https://svelte.dev/docs#Store_contract).
`ConnectedStore` gets the data f…
-
This is an incomplete list of TODOs before the release of Yjs@v13.
- [x] Changelog #97
- [x] Documentation
- [ ] Tutorial
- [x] New Website
- [x] Port all examples to yjs-demos #149
- [x] S…
-
Sorry if this is the wrong place to open this. At the moment, I'm not sure if this is an issue originating in this repository, `y-memory`, or something I'm doing wrong. I have the following setup:
…
-
I am doing `Y({ ... user.preferredRoom})` when a user logins onto the site.
With an existing `Yjs` object, when the currently logged-in user changes, I want to change the room accordingly. So, shou…
-
Following the instructions in the README file, the Docker image builds, but crashes on startup.
```
> y-websockets-server@10.0.0-2 start /usr/src/app
> DEBUG=y*,-y:connector-message node ./src/se…
-
Hello,
Using the y-webrtc connector, it looks like I am able to send and receive logging messages between tabs in my environment. However, the yjs Share is not synced between the tabs.
I apologi…
-
Hi there I am trying to integrate Yjs into React, and so far everything is working well but I wanted to do some delete actions on unmount and then destroy like this when `unmounting` a component:
```…
-
In fact, it seems to stop working after version 0.25.x