Benjamin Kampmann

Results 211 issues of Benjamin Kampmann

I see there are a number of emoji about specific contributions done for the projects, which are about involving more people (giving a talk, writing a blog post, etc) and...

discussion
status: waiting for feedback

This PR implement [MSC 3575: sliding sync](https://github.com/matrix-org/matrix-spec-proposals/pull/3575) in a reactive API on client, behind a feature-flag. It is using the [ruma draft PR for those new events](https://github.com/ruma/ruma/pull/999#discussion_r886774323). For testing this...

Our `StateStore` implementation have a very rough and rudimentary `custom` API to allow developers using the API to save data with it. However that is very low level and pretty...

enhancement
help wanted

`cargo audit` says: ``` Scanning Cargo.lock for vulnerabilities (479 crate dependencies) Crate: lru Version: 0.6.6 Title: Use after free in lru crate Date: 2021-12-21 ID: RUSTSEC-2021-0130 URL: https://rustsec.org/advisories/RUSTSEC-2021-0130 Solution: Upgrade...

bug
Security

With https://github.com/matrix-org/matrix-rust-sdk/pull/571 we've reintroduced bash-scripts for building the Apple artifacts. Instead, let's move these over to the `xtask`-infrastructure as usual

help wanted

We temporarily had to disable the `encrypted_tests` in the indexeddb crypto store, because running them one at a time works, but alltogether fails locally as well as on the CI...

#509 surfaced a problem in the `room_timeline` API: What to do with a stream handed out, when the underlying cache changes? This could happen because the server has reshuffled and...

bug

Implements [MSC3575](https://github.com/matrix-org/matrix-spec-proposals/pull/3575) (Sliding Sync) Taking the work from #795, cleaned up to latest MSC updates and updated to ruma 0.5 (not yet `main`), this is anywhere from complete but the...