Benjamin Bouvier
Benjamin Bouvier
I've installed [cozy-alir](https://github.com/clochix/cozy-alir) on my cozy instance and have tried to sync it with remotestorage, thanks to this module. However, it doesn't seem to work. Either the cozy-remotestorage starts failing...
It's easy to write `ignore = true` instead of `ignored = true` in the machete metadata section in a Cargo.toml file. Right now it'll fail the analysis of that specific...
Hi! Just a quick reminder (since we're talking about it right now with the Framasoft non-profit): this project should be [GDPR](https://www.eugdpr.org/) compliant by design, so that it doesn't get too...
So I'm a relatively fast-and-imprecise typer, which means that if I've pressed Shift for some character, and the next one is a space, then there are large chances that I...
It's called `multiverse` because it allows you to explore multiple timelines. The `rrrepl` client is now a small TUI app, that can either show the state of read receipts for...
This adds support for back-pagination into the event cache, supporting enough features for integrating with the timeline (which is going to happen in a separate PR). The idea is to...
This builds on top of https://github.com/matrix-org/matrix-rust-sdk/pull/3195 to make use of the new event cache's backpagination capabilities in the timeline code.
Currently, our cross-process lock blows up the entire crypto state (`OlmMachine`) whenever we notice another process has written to underlying storage. This was implemented because we really wanted a working...
## Context After working for a bit on the Rust SDK, I've observed it seems there's a missing layer between the high-level Timeline in the UI crate, and the Rust...
In these [two event handlers](https://github.com/matrix-org/matrix-rust-sdk/blob/40ba98b95e9c9816d392dd0a2b99e68549633108/crates/matrix-sdk/src/encryption/recovery/mod.rs#L502-L510) added automatically when enabling key recovery, we start a [network request](https://github.com/matrix-org/matrix-rust-sdk/blob/40ba98b95e9c9816d392dd0a2b99e68549633108/crates/matrix-sdk/src/encryption/secret_storage/mod.rs#L273) to get the latest version of the state event. This slows down progress on...