Nick Mills-Barrett

Results 277 comments of Nick Mills-Barrett

All operations should support `_sudo`? I like this idea though, config in general needs some love.

Good shout, I think `_sudo_set_home` is probably the right name.

[`synapse/handlers/message.py#L1034`](https://github.com/element-hq/synapse/blob/17e6b32966670550c5fb4f232b390dd25ec77759/synapse/handlers/message.py#L1034) is the limiter thing which should prevent this. And https://github.com/element-hq/synapse/commit/55e4d27b36fd69a3cf3eceecbd42706579ef2dc7 is the change to make the limit 1 (same as our Beeper fork when we discovered the same issue)....

Re: implementation: Beeper's custom HS/media-repo both already support this as well as all our clients. I don't recall if this is sufficient though?

Not seen this before, as far as I understand anything apt installed will show under dpkg as in effect apt is a layer on top. Will check using docker to...

Hi @romain-dartigues! Thank you for PR-ing this, it's great to see the connector API being used more and more! As with the PRs linked above I'm not going to merge...

> Could we have an "official" way to propose/reference connectors, examples, etc. maybe like how https://github.com/sphinx-contrib/ is doing. I'd be up for that, even on this org tbh. If I...

Weird, I don't think anythings changed around operation handling (nested or otherwise). Will have to setup a repro and bisect to find this one!

Apologies for not trying this out sooner, second child arrived not long after and I totally lost track of everything. This is fascinating - particularly because it's just a `server.shell`...

Hrm that's a big jump in versions, we should try pin down the exact version with the issue and ideally an issue on gevent's side to track against before disabling.