Nick Mills-Barrett
Nick Mills-Barrett
Currently NodePort has to be defined within the service manifest (as normal Kube config). However it might be useful to provide a `--nodeport` CLI argument during install that simply adds...
Currently the compressor will rewrite state even if the result consists of the same number of rows which doesn't match the log statement.
See: https://github.com/Fizzadar/pyinfra/pull/881/commits/947f8f691aec10e8ed963991db49afa36a58abc5 First thought move `state.active_hosts` (and other `*_hosts` variables) to inventory, since that's where they are accessed from anyway, this means `Inventory.state` reference can be dropped entirely.
Props to @phlummox (https://github.com/Fizzadar/pyinfra/issues/850). MacOS GitHub runner comes with Virtualbox so let's test the `@vagrant` connector.
Use https://github.com/create-dmg/create-dmg Just make "latest" version on every update, same as will do for Windows installer (#151).
[Rendered](https://github.com/Fizzadar/matrix-spec-proposals/blob/list-match-push-rules/proposals/3887-push-rule-list-matching.md)
[Rendered](https://github.com/Fizzadar/matrix-spec-proposals/blob/media-async-upload-url/proposals/3870-media-async-upload-url.md). Extension that builds on [MSC2246](https://github.com/matrix-org/matrix-spec-proposals/pull/2246). Signed off by Nick @ Beeper (@fizzadar) .
Hard to write title, feel free to change! We're facing a problem where a sync worker will stop processing requires entirely blocked by a call to `get_rooms_for_users(_with_stream_ordering)`. I think what...