Andy Balaam

Results 85 issues of 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...

A-Timeline
T-Enhancement
X-Spec-Changes
O-Occasional
Z-Labs
A-Message-Starring

[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

requires-room-version
proposal
kind:feature
needs-implementation

**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...

T-Defect
S-Major
O-Occasional
A-Spotlight

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)

proposal
s2s
kind:core
needs-implementation

**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...

bug

[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...

T-Enhancement
Help Wanted

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...

T-Defect

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...

T-Task