Johannes Marbach
Johannes Marbach
Currently `event_match` push rule conditions are evaluated against a flattened version of the event dict that drops all non-string values. This change converts booleans and integers into their string representation...
This fleshes out the package file with things needed to be able to run `swift build` and `swift test`. Tests were made compilable or removed where the tested functionality didn't...
The provided `Package.swift` file is insufficient for consuming SwiftHTTP as a Swift package in another project. It doesn't include the minimum Swift tools version and defines no build products.
This is required to be able to clone the repository and its submodules without having a GitHub account. An example use case is consuming card.io through carthage to build an...
**Describe the bug** Testing the EW / EA integration in https://matrix.to/#/#ecwidgettest:matrix.org, the media streams from EW often don't come through on EA. **To Reproduce** Steps to reproduce the behavior: 1....
It'd be nice if the data in this repo would be available through a browser extension so that when I'm using a specific site, the extension would let me know...
**Summary:** Currently the comment section renders above the description section. I personally find this a little inconvenient when working on a board alone because I rarely ever use the comment...
Fixes https://github.com/vector-im/element-web/issues/22018 ## Checklist * [x] Tests written for new code (and old code if feasible) * [x] Linter and other CI checks pass * [x] Sign-off given on the...
[Rendered](https://github.com/matrix-org/matrix-spec-proposals/blob/johannes/event-match-dotted-keys/proposals/3873-event-match-dotted-keys.md) Fixes https://github.com/matrix-org/matrix-spec/issues/648
With #1078 we now have the ability to customize the user agent. Some clients may need to be able to specify other HTTP headers that they need to be present...