Will Hunt

Results 362 comments of Will Hunt

Toggling hand raised seems to cause this, unable to reproduce with other sounds.

I don't seem to be able to reproduce this at all (I tried very hard with all sorts of browser / audio setting combinations), so I think it first ideally...

yeah, it's plausible. I didn't do anything directly to help but possibly AudioContexts overlayed works better than AudioContext + tags.

@andybalaam > As an alternative to using Element Web, you can try my command-line tool `mx`. I have just added the ability to do manual verification: https://codeberg.org/andybalaam/mx#example-manual-verification-of-a-different-device does your tool...

Having looked at this, I'm unsure. The only expiry I can see for intents is the LRU cache, which defaults to 10000 entries. I'd certainly never expect a inactive hookshot...

Right, so. Lots of digging led me to realise that the LRU store **will** evict things when their `ttl` is up, regardless of how many items are in the store....

Checking the lock status is horrible in Node. I'm going to push for https://github.com/matrix-org/matrix-rust-sdk/pull/1256 support to ultimately fix our DB woes, but in the meantime look at disabling the LRU...

Hello again, https://github.com/element-hq/element-web/pull/30654 likely solves this for Web now.