Kevin Jahns

Results 261 comments of Kevin Jahns

Sure, feel free to open a PR :+1:

A shared type can only exist once in a document. It can't exist both as the root-level type and as a child element of another shared type. The documentation explains...

That's a good point. Thank you, I'll look into this!

In Yjs, it's not possible to accept some changes and discard others. However, you can make a distinction between read-only clients (discard their updates on the backend) and read-write clients....

This PR is ready for review. > I see a lot of calls like ...model.sharedModel... (eg editor.model.sharedModel.getSource()). At some point, we could think to add shortcut methods to get rid...

Thank you for the feedback @SylvainCorlay. > The hierarchy of cell types do not match the schemas. For example, the base YCell already has attributes such as attachments, which don't...

@afshin Thanks, but I suggest that we merge this PR as-is as it is a general improvement. That is, unless there are issues that somebody found after a review. We...

I rebased and made a quick usability check (checking whether collaboration still works). Let's wait for the tests to succeed.

Thanks for checking @echarles. I just tried that out again and it does work for me. I collaborated in two different browsers and I didn't notice any error messages. Can...