notABot101010

Results 9 comments of notABot101010

For those interested, I've published a quick benchmark of Automerge vs Yjs at their latest respective version. https://kerkour.com/crdt-end-to-end-encryption-research-notes TL;DR: For a document with 50,000 updates: | | Yjs (v13.6.27) |...

I've added a first draft of a `Custom` variant for the `Ciphersuite` enum in #1916 . I would love to learn more about your idea "to push the Ciphersuite completely...

@kkohbrok Any update? I would love to help make this move forward. Even if the solution above are not perfect, we can ship, get feedback and iterate if problems arise.

Hey @nperez0111 , thank you for the quick answer! I can confirm that the code your provided **is not working** with a fresh `react-ts` vitejs app and if we comment...

@nperez0111 Thank you! Unfortunately, even with version `0.44.2`, it's still not working with the exact code mentioned above, but if I comment the collaboration configuration it's working 🤔 Could you...

@nperez0111 that's surprising because running this exact code in a sandbox (https://stackblitz.com/edit/github-zzgxsmeg?file=main.tsx) is not working. Also, if we use the exact provider mentioned in the docs here: https://www.blocknotejs.org/docs/features/collaboration ```typscript const...

@nperez0111 I've found 2 solutions to this bug, I will let you chose which one is the most relevant, or if more work is needed. From my initial testing, both...

It seems that there is some really weird interaction between Yjs, prosemirror and the various plumbing layers. May also be related to https://github.com/yjs/y-prosemirror/issues/114 and https://github.com/yjs/y-prosemirror/issues/102 I've spent a lot of...

Also, I've tried to downgrade blocknote to version 0.42 but it was still not working. Is there a way to get the exact version numbers of the dependencies used to...