Michael Kaye
Michael Kaye
### Steps to reproduce 1. Use the app normally 2. Switch away and come back and it displays a white screen instead of the UI 3. No operations inside the...
## Type of change - [ ] Feature - [ ] Bugfix - [X] Technical - [ ] Other : ## Content Adds code for a traffic light client for...
This PR should introduce a client for the trafficlight server. Nothing should run this code by default in any test automation. Trafficlight is designed to coordinate and script multiple clients...
This does not add a new feature, as we can do this work in the `script` tag, but it would reduce boilerplate in github workflow configurations. I've seen in a...
Sydent does not log IP addresses when X-Forwarded-For header exists and obey_x_forwarded_for = True
Config file contains: ``` [http] obey_x_forwarded_for = True ``` A sample request like so: ``` GET /_matrix/identity/api/v1 HTTP/1.1 Host: vector.im Accept-Encoding: gzip user-agent: Mozilla/5.0 (X11; Linux x86_64; rv:76.0) Gecko/20100101 Firefox/76.0...
By inspection, sygnal runs into problems when it builds a queue of messages (for whatever reason). We should more aggressively shed the load queued messages to stop this needing manual...
I think it only copies the main matrix-static binary into the image.
We don't validate that page is >= 0, so we can panic when we attempt to access negative indices in an array. panic: runtime error: slice bounds out of range...
When starting, matrix-static can panic mid-startup when it's doing it's initial sync of publicRooms: ``` panic: Get : net/http: request canceled (Client.Timeout exceeded while awaiting headers) goroutine 1 [running]: github.com/t3chguy/matrix-static/mxclient.(*Client).NewWorldReadableRooms(0xc4202d90a0,...
**Is your feature request related to a problem? Please describe.** I was using automated tools (eg, junit-xml plugin) to upload test case results to kiwi, and after using this, I...