Kevin Jahns

Results 261 comments of Kevin Jahns

I think I misunderstood you. So you are trying to use YText without y-quill. That makes sense. Sure, you can create a PR that implements an option to disable that...

Unfortunately we can't remove this behavior from YText because other people might rely on it. No breaking changes. We can make a note to remove this behavior in the next...

This looks fine. But I ask that you find somebody else who can test that this actually works in different environments (Chrome, Firefox, Safari). Is `getSelections` available in all browsers?...

Hi @chenyjade The problem is probably related to y-webrtc. There are know sync-issues between different browsers & platforms. https://github.com/yjs/y-webrtc/issues/19 Another problem is that y-webrtc seems to drop some messages if...

Thanks for these hints! @n1ru4l & @chenyjade @n1ru4l What exactly does your fix do? I don't find documentation on the `setEOL` method. Wouldn't it be better to enforce that everyone...

How did you fix the problem @n1ru4l? The file that includes your fix is too big for me to review entirely. Do you call `setEOL` every time Yjs applies a...

I can't say whether the fix works. It seems to work for @n1ru4l. I'm not sure whether I want to get this merged in. I hope there is a better...

When setting eol, you implicitly change the length of the line-endings. This might break collaboration. Are you sure that editors with different line-endings still sync up correctly?