Nathan.fooo

Results 97 comments of Nathan.fooo

@khorshuheng Will we have another PR for replacing `RealtimeMessage` with [realtime.proto](https://github.com/AppFlowy-IO/AppFlowy-Collab/blob/main/collab-entity/proto/collab/realtime.proto)?

> > @khorshuheng Will we have another PR for replacing `RealtimeMessage` with [realtime.proto](https://github.com/AppFlowy-IO/AppFlowy-Collab/blob/main/collab-entity/proto/collab/realtime.proto)? > > Yes, but not that soon. RealtimeMessage is a lot harder to migrate due to it...

@Xeoneid I will close this PR due to prolonged inactivity. Feel free to reopen it anytime.

@Horusiath I have the same issues but I don't how to reproduce them. It happened when i try to call `txn.encode_state_as_update_v1(&StateVector::default())`

It would be better if we have filter bloc test. After filter bloc, we can have other bloc tests as well.

Can merge main and then add corresponding Rust test

@richardshiue You could use store workspace icon in workspace setting. ``` #[derive(Serialize, Deserialize)] pub struct AFWorkspaceSettings { #[serde(default)] pub disable_search_indexing: bool, #[serde(default)] pub ai_model: String, } ``` using these api...

This issue has been fixed. Try the latest docker image. I am closing this issue. Feel free to reopen if needed

Hi @zoli , please add bloc tests or integration test.