Eric Meier

Results 56 comments of Eric Meier

Is there any specific scenario/conditions where it occurs for you?

Hi @productivityindustries, This isn't a bug - it's an intentional tradeoff of the representation of the slate document inside yjs. Slate-yjs relies on slates default normalization rules to be run...

Hi @pubuzhixing8, Thanks for reporting this issue! You are correct that this is related to the translation of the `split-node` operations. It's currently out of the scope for the initial...

The current version of slate-yjs doesn't offer a history plugin so this is to be expected. The new version (in the next branch) however will.

Don't worry; I haven't given up on this repo - `slate-yjs` itself just hasn't been updated to use the latest version yet, but I will work on it this weekend...

👋 So sorry, didn't manage to update `slate-yjs` to 0.60 this weekend but started implementing the improvements mentioned [here](https://github.com/ianstormtaylor/slate/issues/259#issuecomment-869152786). I'll use this opportunity to also clean up the codebase quite...

Yeah, I totally understand your point. The example is so "complex" because the ability to add multiple users/manually dc them makes debugging a lot easier. But I'll add a simpler...

Hi stippi, thanks for this issue. `cross-env` is listed as a dependency so it should have been installed alongside the other dependencies during yarn/npm install. Maybe something went wrong during...

Ahh got you, no worries. You have to run `npm install` first which will download and install all required dependencies. After that you can `npm run start:server` and `npm run...

@dylans, I've "refactored" the pending diff handling a bit; it should now be nicer to work with. Not a perfect implementation currently, but I'll clean it up if you like...