R Midhun Suresh

Results 32 comments of R Midhun Suresh

Hello, I see a lot of people having difficulty getting their backlight features working. If you are interested in reversing the backlight yourself using wireshark and viewing the actual URB...

It should work on all distributions (and even on Windows/Mac) as it is based on the cross-platform libusub library. This should be mentioned in the README.

Hydrogen depends critically on indexedDB which firefox does not support in private mode. So either firefox fixes this on their part (tracked [here](https://bugzilla.mozilla.org/show_bug.cgi?id=1639542)) or Hydrogen will need an in-memory equivalent...

I wonder if we can use a mixin of some sort here. In `index.ts` where you import and export the classes, you define a function: ```js const NewSortedMapList = mapCreator(SortedMapList);...

```ts import { SortedMapList as _SortedMapList } from "./list/SortedMapList.js"; import { MappedMap as _MappedMap } from "./map/MappedMap"; import { FilteredMap as _FilteredMap } from "./map/FilteredMap"; import { JoinedMap as _JoinedMap...

Sorry, it took me a bit of time to come back to this. One issue with both the approaches is that we're making non trivial changes to the code to...

I have a similar issue on Synapse 1.88.0rc1 running locally on docker where sync (via Hydrogen) is tight looped: ![image](https://github.com/matrix-org/synapse/assets/7010307/997bf776-a5aa-4533-a07e-96f3ce71e1c4) `since` of the sync request matches the `next_batch` of the...

I can't reproduce this issue on Ubuntu; I'm on `Element Nightly version: 2024042701 Crypto version: Rust SDK 0.7.0 (61b175b), Vodozemac 0.5.1`. Also tried with app.element.io on Firefox and Chromium.

Can't repro, they both download the image for me. Tested with chromium and firefox on Ubuntu.

@Pritam-sd-dev Thank you for your interest in this issue. We will normally not assign the issue to an external contributor until they have provided at least a draft PR which...