Travis Ralston
Travis Ralston
### Description  This is a tweet brought into matrix through a bridge. That should not ping me. ### Version information - **Platform**: web (in-browser) - **Browser**: Chrome 62 -...
### Steps to reproduce Unsure if this actually reproduces it: 1. Browse a space (mentioned in rageshake) 2. Join some subspaces and rooms 3. Crash It's possible this is also...
### Steps to reproduce 1. Don't update for a week 2. Restart to apply update 3. See banner, restart to apply update ### Outcome #### What did you expect? Only...
### Steps to reproduce 1. Have lots of rooms 2. Switch rooms 3. Notice the lag ### Outcome #### What did you expect? A very fast room switch time (a...
something like https://github.com/visionmedia/superagent works nicely in both the browser and in node. `request` does work in both, but is painful and large for the browser (and causes weird problems sometimes).
Round 2 of https://github.com/matrix-org/matrix-js-sdk/pull/1440 - see that PR for details. --- This change is marked as an *internal change* (Task), so will not be included in the changelog.
See https://github.com/matrix-org/matrix-js-sdk/pull/2376 See https://github.com/vector-im/element-web/issues/15439 Simply removing the rule meant the UI was fed a correct value. The server knew about the value, but the PushProcessor or similar layer decided to...
Should fix https://github.com/vector-im/element-web/issues/23014 With only a 5ms buffer previously it was possible for Jest to get overwhelmed with the 1500 tests it needs to run. We raise this to 20ms...
 Our workflow for new rooms internally appears to be: 1. Create room 2. Try and restrict it to joins for members of Element Corp. 3. Get weird "No results"...
Before:  After:  ---- A question with this is whether it's reasonable to not render the preview (implying the server might be slow/failing to the user), or if we...