Hubert Chathi

Results 152 comments of Hubert Chathi

spec PR: https://github.com/matrix-org/matrix-spec/pull/1816

> The implementation requirement is to fulfill two purposes: first, that the MSC is technically achievable (already proven implicitly by this MSC), and second that there's interest in the idea...

I've added the needs-implementation label because we need to check the linked implementations.

> It is proposed that [MSC4108](https://github.com/matrix-org/matrix-spec-proposals/pull/4108) supersedes this MSC. @hughns As the author of this MSC, you can close this MSC if it is superseded by another one.

Apparently, you can set the proxy by using a `--proxy-server` option on the command-line (e.g. `--proxy-server=socks5://127.0.0.1:9050`)

@t3chguy yup, just documenting here since people who are asking about proxying will probably find this issue. This way, they can use the command-line switch until a UI is done....

See also https://github.com/vector-im/element-web/issues/6153. Perhaps we should make this issue about ARM64 Windows, and keep 6153 about ARM64 Linux.

Code coverage failed due to hitting a limit with codecov.io. But the previous commit was OK, and the last commit was just a formatting change, so should be OK. I...

I modified a test to check if this is working with this patch: ```diff diff --git a/crates/matrix-sdk-crypto/src/store/integration_tests.rs b/crates/matrix-sdk-crypto/src/store/integration_tests.rs index 9373300ef..6caa3c2cd 100644 --- a/crates/matrix-sdk-crypto/src/store/integration_tests.rs +++ b/crates/matrix-sdk-crypto/src/store/integration_tests.rs @@ -18,6 +18,7 @@ macro_rules!...