Kevin Jahns

Results 261 comments of Kevin Jahns

Hi @weiQuill The last comment was a phishing attack by a random user. I hope you didn't download anything. These kinds of issues are extremely hard to debug for me....

Sure, happy to add re:earth. Could you please rebase?

Maybe I don't understand this feature, but wouldn't the changes be merged into Yjs the next time a change is emitted? Have you been able to test that this works?...

Why don't you simply use `\n`, so you have consistent content across platforms? Are you saying that windows doesn't display codemirror content correctly?

If you use Yjs for collaborative editing, then you probably expect that all users (probably on different platforms) end up with the same content. It is not entirely clear to...

As I said, the issue is quite complicated to fix and will have impact on performance. My point stands, I don't see any use-case for using different line breaks in...

Wouldn't it be better to check the length of the buffer instead? If you really must check the size of `readVar*` decoders without reading the content, you could do `peekVarUint(decoder)...

Such an event would not reliably tell you that an update is missing. If an update does not depend on a missing update, then it would not be added to...

This is weird. y-prosemirror renders the username using ProseMirror's `Decoration.widget`. I create a DOM element and feed it into the widget. I'm not doing anything edgy here.. There seems to...