Kevin Jahns

Results 152 comments of Kevin Jahns

@zxch3n This is not in the scope of this PR. But eventually, I'd like to implement this. I believe there is a valid approach to resolve circles with a reasonable...

Hi @marbemac, That's a huge one.. It is definitely not in scope for the initial release. Eventually, yes, I'd like to support that. However, I feel there are more important...

Thanks for this ticket @tommoor and for looking into it @rmunn. There are two solutions to the problem. 1. Either we allow incomplete surrogate combination in the utf8 encoder. This...

Hi @NickMitin , Which package-versions do you use? Can you reproduce the same behavior on https://demos.yjs.dev/quill/quill.html ?

I suggest that you set captureTimeout to a few weeks. I'll think of a better solution when I'm back from vacation.

User properties should never be deleted. So assuming you don't manually delete user objects, this would implicate that there is a bug in Yjs. In line 1973 the observer is...

When two users join at the same time, one of them might overwrite the userDescription of the other (`storeType.set(userDescription, myUserObject)`). Usually, clients should wait until they are synced with the...

Can you reproduce this issue here: https://demos.yjs.dev/prosemirror-versions/prosemirror-versions.html ?

Hi @vlovich, the next major release v14.0.0 will not contain `toDom` methods anymore. I can't remove these typings right now without breaking compatibility. Hope you found a workaround.

Hi @mweidner037, I doubt that `getStateVector` has performance problems even if you have a million clients. I would say that the `rotateClients` version of your benchmark runs slower because you...