Nathan.fooo

Results 97 comments of Nathan.fooo

> The proposed changes seem reasonable to me. I will come out with a draft PR based on this architecture, then we can perform further test on it. Understood. Feel...

@khorshuheng. I'm planning to implement some updates and add test cases to the actix-ws module. I'll aim to minimize any potential conflicts with your work #453

https://github.com/AppFlowy-IO/AppFlowy/assets/86001920/f19e8983-929d-4a03-8529-d641cf6331ad

@levidoughty We're releasing a new version soon that fixes the crash issue on Windows. Once it's out, please use the latest version for testing. The problem should be resolved.

> > @hi-reeve You can upgrade to the latest version. We recently fixed some verification token issues. > > both my apps are already on the latest version, but still...

> I have the same problem, but it initially started. I started on a Windows machine and then wanted to access it on macOS, but only saw the blank file....

Hi @khorshuheng. It seems like you didn't pull the latest main branch code. Because I saw appflowy-collaborate is different from the main branch

This [PR](https://github.com/AppFlowy-IO/AppFlowy/pull/1699) is going to fix this problem. It uses a snapshot to restore data when the deserializing error happens. Please send me the **flowy** folder, I can help you...

Hi @Horusiath . I have the same issue in `0.16.4`.

Here is my test demo. But I can use the combination of `remove` and `insert` to implement the `move` functionalities. ```rust #[test] fn test() { let doc = Doc::with_client_id(1); let...