Bruno Windels

Results 169 comments of Bruno Windels

Wild ideas as to what could cause this that may or may not make sense: - Unlikely: some usage of request outside of HomeServerApi, like for downloading attachments is causing...

@luke2m You were hitting a bug that got introduced with 0.1.33 and [fixed](https://github.com/vector-im/hydrogen-web/commit/c1c8f11bf774179b7bb29d6f2b7e723a47693fe9) in 0.1.34

just ran into this again on chrome 88, the status bar in the app said `Sync failed because of TypeError: Failed to fetch`, and the logs showed the same: ```json...

Just hit this, it happened just after the homeserver was restarted.

Might make sense to look at #798 at the same time?

Hmm, it's somewhat annoying that the server returns a 500 rather than a 429 if the client should retry, but can't immediately think of any downsides of also retrying (for...

Hey @shubhangi013! Thanks for your offer, feel free to join #hydrogen-web:matrix.org to coordinate dev work.

I was trying to write a new viewmodel and view in typescript and ran into these problems: - ViewModel hasn't been converted, so using any properties defined in ViewModel from...

@Sanskar95 everything that there is is in this repo. There are notes in the `doc` folder, but there are no API docs yet.