Kevin Jahns

Results 34 issues of Kevin Jahns

Huly®: YJS-433

https://github.com/yjs/yjs/blob/7d3de7fa075419da9dd06cdee4c7ab6b85abafaf/src/utils/YEvent.js#L64 Huly®: YJS-282

Note to myself: Make sure to check if `events.length > 0`. https://github.com/yjs/yjs/blob/7d3de7fa075419da9dd06cdee4c7ab6b85abafaf/tests/y-array.tests.js#L317 Huly®: YJS-281

https://github.com/yjs/yjs/blob/afe8e52840d40b1037f3b9aa5c2125b57096cfb1/src/utils/UpdateEncoder.js#L298 Huly®: YJS-267

bug

For consistency reasons, it makes sense to make this a method instead of a function. Internally, I still like to use functions instead. Huly®: YJS-189

enhancement

This is a personal feature wishlist that I want to implement in Yjs. The goal is to make it possible to implement better editor bindings with Yjs. The list will...

enhancement

As described here: https://discuss.yjs.dev/t/problem-with-webrtcprovider-connect-after-disconnect/278/2 Related to yjs/y-webrtc#19

bug

This PR implements a lightweight alternative to #12359. As we discussed last year, we wanted to remove modeldb as it maintains the same information as `shared-model`. This PR does just...

enhancement
pkg:notebook
pkg:codeeditor
pkg:console
pkg:completer
pkg:docregistry
tag:Examples
pkg:inspector
pkg:fileeditor
tag:Real Time Collaboration
pkg:tooltip
pkg:cells
pkg:codemirror
pkg:docmanager
pkg:settingeditor
pkg:attachments
tag:Testing
tag:CSS
pkg:debugger
Design System CSS
pkg:shared-models
pkg:cell-toolbar
pkg:lsp
pkg:collaboration

This PR uses Automerge's `performance` branch as a dependency https://github.com/automerge/automerge/pull/253. Since this does not install from npm we need to build Automerge distribution files before running the benchmarks: ```sh cd...

More or less the expected results. OT dominates when no transformations are involved. Yjs performs better when operations need to be transformed ([B2]). ## TODO - [ ] There is...