Mathieu Velten

Results 17 issues of Mathieu Velten

When leaving and relaunching Rambox the zoom configuration of services are lost, which is a bit of a pain. I think it was also the case in unmaintained Rambox CE....

bug
help wanted
good first issue
Needs Information

When logging in, it seems like if the first try to upload the device keys fails, it is never tried again. I can then see the client uploading various OTK...

Currently if we use `@cached()` on a function on a module there is no cache invalidation happening between workers.

T-Enhancement

Currently the name of the filter parameter is `org.matrix.unstable.to_device_limit` since it is not in the spec, and a MSC has not been defined yet. The goal is to do some...

Currently we have a module interface that can react on a 3pid bind action, but it doesn't exist for unbind. We rely on the fact that the identity server where...

Sponsored

We use sygnal with a HTTP proxy. Sometimes our HTTP proxy restarts and is unavailable for a short period of time, returning a 503 response. In this case we can...

bug

On RHEL pam_sss is not enable by default when installing sssd.

First let me say that I don't know if this is feasible because I lack enough knowledge of D-Bus to be able to say so. StatusNotifierItem registered by applications uses...

It should fix https://github.com/vector-im/element-desktop/issues/1003. ## Checklist - [ ] Ensure your code works with manual testing - [ ] Linter and other CI checks pass - [x] Sign-off given on...

T-Defect

This makes reqwest body stream compatible with Axum body stream.