Eric Meier
Eric Meier
I made this trade-off when deciding to "flatten" the slate tree in the yjs representation for better merging characteristics. Since [{text: "a", bold" true}, {text: "b"}, {text:"c", italic: true}] ->...
Sounds more of an issue with hocuspocus, could you open an issue there? (https://github.com/ueberdosis/hocuspocus)
Interesting find - happy to look into this in about a week. Super swamped at the moment. Glad to release a new version sooner if you put in a PR...
Duplicate of https://github.com/BitPhinix/slate-yjs/issues/385
Nvm, could you provide a repo with a reproduction case?
I don't fully understand your question but https://docs.slate-yjs.dev/walkthroughs/collaboration-hocuspocus or https://liveblocks.io/docs/get-started/yjs-slate-react might be a good place to start?
The issue is the `native` handling here: https://github.com/ianstormtaylor/slate/blob/d39943741f88c2d3d85375b58057b3dbca7d8c42/packages/slate-react/src/components/editable.tsx#L464 Since slate doesn't `preventDefault` in all cases to avoid resulting issues with spell correct, doing nothing in `insertText` results in the default...
Thanks for the quick reply! We have a lora for every user which we apply during inference requests. We have realtime inference so are trying to keep request times as...
I tried both `openxla_eval` and `openxla` as the backend, ran into https://github.com/pytorch/xla/issues/7138 for the `openxla` one, and gave up. Trying again with the nightly build right now 🙏
Running into: ``` [rank0]: NotImplementedError: Could not run 'aten::empty.memory_format' with arguments from the 'XLA' backend. This could be because the operator doesn't exist for this backend, or was omitted during...