Andy Balaam
Andy Balaam
Our Outreachy intern will be working on a prototype of **favourite messages**. **This is going to be an experiment**, so we have freedom to work without needing designers to help...
[Rendered](https://github.com/matrix-org/matrix-spec-proposals/blob/andybalaam/owned-state/proposals/3779-owned-state-events.md) Allow normal users to create state events if the `state_key` is prefixed with their MXID. Written after discussions with @ara4n and @dbkr
**Describe the bug** When I was in a call and my colleague was sharing his screen, then I scrolled the list of people, they all scrolled except me, who stayed...
This is an implementation of [Frank Rubin's 1973 algorithm](https://doi.org/10.1145%2F321850.321854) to compute Hamiltonian circuits in a directed graph. It's `O(n!)` but it goes to great effort to reduce the speed at...
[Rendered](https://github.com/matrix-org/matrix-spec-proposals/blob/andybalaam/deleting-state/proposals/3901-deleting-state.md)
**Problem** I am unable to use the `yew::tests` module in my tests. Sorry if I'm being stupid, but I think it's because the `cfg(test)` does not get passed on to...
[MSC3958](https://github.com/matrix-org/matrix-spec-proposals/pull/3958) adds a new default push rule. It has now been merged into the spec and implemented in various servers e.g. [Synapse](https://github.com/matrix-org/synapse/pull/14960). matrix-js-sdk has a [copy of the default push...
Part of https://github.com/vector-im/element-web/issues/24392 A work in progress, sharing work with @florianduros . --- Here's what your changelog entry will look like: ## 🐛 Bug Fixes * [WIP] Rewrite receipt handling...
When are processing events, we sometimes need to know what order they are in. (For example, to decide whether an event is before the last read receipt so we know...