bkempe
bkempe
@dmonad For a `YText` and using the callback mechanism in https://github.com/yjs/y-websocket/blob/master/bin/callback.js to store a document, is `yText.toDelta()` and yText.applyDelta(...)` also a viable approach to store/restore an "archived" document into leveldb?...
Having the same issues. Seems to be a commit between 6/3 and 6/11.
@paweldomas Yes, conferences are working. So this is not a known problem that you see on your end? Do you have recommendations to find the issue?
@paweldomas It appears the message has been there a while https://github.com/jitsi/jicofo/commit/1df7abb6724f29213d49dd22fd88120e2b2790ce#diff-9214cf301f8d2859506be57e6c3686e1R451 but the `connection` is actually `null`. Still investigating.
Maybe this helps https://github.com/ueberdosis/tiptap/issues/2493
Yes, you'd need some like ```ts const ListItemFixed = ListItem.extend({ addKeyboardShortcuts() { return { ...this.parent?.(), Backspace: () => backspaceKeyCommand(this.editor, this.name), }; }, }); useEditor({ extensions: [ StarterKit.configure({ listItem: false, }),...
This is definitely still an issue in TipTap.
Hey @debora-ito , are there any news on this?