Bruno Windels

Results 169 comments of Bruno Windels

So, this must happen during the timeline update, after the sync txn has been committed, because it's thrown from FragmentIdComparer._getIsland which is called from compare, which is only called when...

Happened again while looking at room RWI: `Sync failed because of Error: Unknown fragment id 34` This was after having opened the app, done a catchup sync, and filled in...

happen on android pwa ... wonder if it can be provoked when opening a room at the same time as when the catchup sync result is written (and there is...

If possible, please always attach the hydrogen structured logs to bug reports :pray:

I'm personally not able to repro this on the terra world (joined through the alias, not sure it's public?). I imagine the was a `m.call.member` event for a device that...

Looking at the code, it does look indeed like the 404 wouldn't be caught, which could cause other code paths to not be run (related to other call members, that...

Thanks for this proposal, some early thoughts: - being able to build workers with vite would be useful indeed, you might find some notes in https://github.com/vector-im/hydrogen-web/issues/292 thay may or may...

I just saw you mentioned the worker being owned by the service worker. That has the same limitation that hydrogen wouldn't be able to run without a worker though. A...

A good first step would be to list things of things that would need their updates passed over the message channel between the worker and the page: - room summary...