hamflx
hamflx
The following is my solution, mainly to change three places: 1. placing ystate within the undoManager event. 2. place the memory cursor position within _prosemirrorChanged (too many plug-ins are executed...
here's my solution: features: 1. no switch/case 2. no additional parameters Use `selection.map` to record `pos` and convert to relative position when we need to save position. Use the recorded...
I had the same problem and this is how I fixed it: ```javascript import { Collaboration } from '@tiptap/extension-collaboration' import { ySyncPlugin, yUndoPlugin, yUndoPluginKey } from 'y-prosemirror' export const CollaborationExtension...
This PR https://github.com/yjs/yjs/pull/449 mentioned by @LeeSanity works fine for external UndoManager, but for internally created UndoManager, if shouldDestroyUndoManager is set to true, then there is still this problem, otherwise set...
> If there is no better way, is it possible to consider my proposal? @dmonad
Azure + TCP + Vmess + TLS,一直很稳,用了下 v2net 虽然很快但是几个小时就用不了了
给个截图。
@tertsdiepraam 1. maybe `EIO` should be considered (such as the file system does not support move operation i gussed)? 2. yes, the gnu mv give up copying files after `EACCES`...
@sylvestre i have fixed cSpell and `Cargo.toml` formatting issues. > GNU testsuite comparison: > > ``` > GNU test failed: tests/mv/backup-dir. tests/mv/backup-dir is passing on 'main'. Maybe you have to...
@sylvestre Thanks for your patience. I have found the problem, the call to `std::fs::rename("E/", "E/.~1~")` reported an error: `EINVAL`. This is not an `EXDEV` error, so I made it return...