DanielCodesphere
DanielCodesphere
**Describe the bug** Codemirror treats the line separator `\r\n` as a single character which means ranges and positions are different from yjs. If a file contains `\r\n` then new characters...
It seems like this can happen if the same file is renamed twice very quickly. The second rename is fine but the first one can be split into two separate...
Instead of `hard_link` or `sym_link` the `path_type` is always `file`. If i do `ln -s a b` in the watched directory i get `create file b` and no `associatedPathName`. I...
I have only tried this using inotify and nodejs, but it seems to work and is very useful in my case. There are probably lot's of things missing to make...
For renames the path type of `b` has to be used because `a` does not exist anymore so `is_symlink` is always false. I tried to minimize `pathof` calls by passing...