Andrew Ferrazzutti

Results 50 issues of Andrew Ferrazzutti

Signed-off-by: Andrew Ferrazzutti ## Checklist - [ ] Tests written for new code (and old code if feasible). - [ ] New or updated `public`/`exported` symbols have accurate [TSDoc](https://tsdoc.org/) documentation....

T-Enhancement

Support creating containers of multi-platform images for an architecture other than that of the host running Complement. Signed-off-by: Andrew Ferrazzutti ### Pull Request Checklist - [x] Pull request includes a...

This PR is because I hit issues with the Complement script's attempt to build the `synapse-workers` image, as Docker refused to build it from my local `matrixdotorg/synapse` image & insisted...

MSC4140: finalised delayed events, and more - Store sent/cancelled/failed delayed events, i.e. finalised delayed events, and support looking them up to inspect whether a delayed event was sent or not....

### Steps to reproduce 1. Use Element X Android to join an ongoing call 2. Have another call participant start a screenshare 3. Have that participant end their screenshare ###...

T-Defect

TODO: - [ ] support for guest accounts in MAS (https://github.com/element-hq/matrix-authentication-service/issues/1445) - [ ] fix the post-login redirect page to load properly (currently requires a manual refresh after a few...

PR-Feature

Some parts of `nedb` don't work in Node 24 due to calling removed `node:utils` APIs. https://github.com/matrix-org/matrix-appservice-bridge/pull/519 bypassed that problem in unit tests by injecting the required `node:utils` functions, but that...