-
**Describe the bug**
My typescript project won't build with `0.1.3` of `y-utility` installed. It complains:
```
Cannot find module './node_modules/yjs/dist/src/internals.js' or its corresponding ty…
-
Heya, really cool project you made!
I was reading the bit about the data persistence and how it's hard to sync between clients without incurring costs right now, and https://github.com/automerge/au…
-
If an Entity contains a Set:
```ts
const Topic = z.object({
topicID: z.string().uuid(),
subscribers: z.set(z.string()),
});
```
Then it is not properly reified when restarting local
``…
-
**Is your feature request related to a problem? Please describe.**
The need continuously arises to have at least basic levels of permissions on Documents: typically this means sharing the document wi…
-
**Describe the bug** Calling .toJSON() on a new Y.XMLText instance fails.
**To Reproduce** Steps to reproduce the behavior:
1. Create `const text = new Y.XMLText('some words');
2. Call `text.toJSON(…
-
**Checklist**
**Is your feature request related to a problem? Please describe.**
My app is set up to reconcile changes on startup - and as a result, to send any changes generated offline to a serv…
-
While working on a different issue, I noticed the tests of y-prosemirror occasionally fail, possibly indicating a bug.
To reproduce, simply run the tests multiple times, or change the `testRepeatGe…
-
When using a yjs-websocket server ([https://github.com/yjs/y-websocket](https://github.com/yjs/y-websocket)) the ypy-websocket provider does not sync properly:
```
thread '' panicked at 'called `O…
-
I'm wondering if there is a plan for implementing the visualisation of the delta via Slate decorator?
I look over the code and the doc, I probably found a way to convert Yjs position to Slate posit…
-
**Checklist**
* [x] Are you reporting a bug? Use github issues for bug reports and feature requests. For general questions, please use https://discuss.yjs.dev/
* [x] Try to report your issue in th…