Daniel Salinas

Results 118 comments of Daniel Salinas

Yes that repo -- I was reading an issue talking about a past uniffi upgrade, and the maintainers said "PRs welcome but we have no planned updates" I had claude...

From bindings/matrix-sdk-ffi, this can be compiled with the following command: `cargo build --target wasm32-unknown-unknown --features js --no-default-features`

One thought looking at this, would I be better off exporting the 'useful' things from matrix-sdk-common from the matrix-sdk crate, instead of adding more deps onto matrix-sdk-common externally?

Thank you for this. I missed this rule. Will fix.

So I don't think given the physical card constraints that its possible (or intended) to have two investigators in the same Role, since there are only 4 physical cards (and...

Thank you for the fix. I will push a release out sometime next week with this.

Also experiencing what I think is the same bug here, though it doesn't require a theme change in my situation (just a use of a `theme`). And setting `fastSchemeChange: false`...

Would be nice to get opinions on the new session_store and client_builder changes. Those are wholly new, and structural feedback would be very welcome

Yep, rebased it to adopt the Cargo.toml changes. This PR now concerns only the configuration of the session store. Let me know if a different approach would be preferred here,...

Here is a corresponding complement-crypto PR: https://github.com/matrix-org/complement-crypto/pull/195