Will Hunt

Results 362 comments of Will Hunt

Stupid question, but does the HTML5 video player by default support ranges? Or is that going to have to be something we modify?

Some efforts have begun on https://github.com/matrix-org/matrix-react-sdk/pull/12967

@ara4n The Modular migrator service uses ts massaging to migrate old messages across so they show up with sane looking timestamps. It's a deprecated API that has been removed from...

There might be an argument for familiarity, where lots of webapps tend to stick the user options on the top right nav (Google, Github, Facebook etc). Whether we should follow...

![image](https://user-images.githubusercontent.com/2072976/49332594-c5b33600-f5a7-11e8-92f4-380db5c022a4.png) This is a thing in nu-riot, so maybe this could be tagged as already a thing in the new version? @turt2live

This x10 for me. My account is in 1000s of rooms, so an initial sync is something to be avoided if at all possible. Obviously Synapse could behave better here,...

The homeserver should be no-opping a join request here. The bridge will join all rooms on startup to ensure it's joined, but it shouldn't be sending fresh join events into...

I think we can pop the needs-implementation label here too?

>and curiously membership join events were being sent. I find this especially odd, given the stream position wasn't moving. Also, we found that the `appservice_stream_position` has an unused(?) lock column...

@anoadragon453 did we think this was related to the timing out requests for user queries in the end?