Ivan Enderlin

Results 885 comments of Ivan Enderlin

I think it's better to unbreak Synapse 😛.

2 glitches I saw on Firefox/macOS: * The scrollbar is showing off like a star and takes all the place ![Screenshot 2023-09-21 at 10 02 01](https://github.com/vector-im/element-call/assets/946104/d5a135d0-2384-44d9-8a54-8dfe219328ef) * The focus on...

Wait a second. While I agree it should be the case, it was a product decision to not make it so. I don't want to debate the impact of Element...

Hi! To clarify a little bit: WASI is the ABI, JS would be the target host. So depending on what and how you want to use the resulting Wasm module,...

I have notice we have a growable bloom filter in our direct deps already, we should use it instead of introducing a new one: https://github.com/matrix-org/matrix-rust-sdk/blob/9aa277405df04ef285f887a7c8c3952ac1f0b2de/Cargo.toml#L39

It works. End of the experiment. This PR has been split into https://github.com/matrix-org/matrix-rust-sdk/pull/4172, https://github.com/matrix-org/matrix-rust-sdk/pull/4173 and https://github.com/matrix-org/matrix-rust-sdk/pull/4174.

Do you find what you're looking for in the [Kotlin Lifetimes Chapter of the UniFFI book](https://mozilla.github.io/uniffi-rs/latest/kotlin/lifetimes.html)? > All interfaces exposed via Kotlin expose a public API for freeing the Kotlin...

You can also ask how @ganfra or @bmarty are doing?

Can we close it since https://github.com/matrix-org/matrix-rust-sdk/pull/4987 is merged?

I've just merged https://github.com/matrix-org/matrix-rust-sdk/pull/4253, and I believe it might interest you, or may your code a bit simpler. What do you think?