Wez Furlong
Wez Furlong
I merged a couple of wayland changes recently, and I'm not sure how this interacts with them. Could you rebase and see if things are still working as expected? Thanks!
I'm not sure that I follow: does this PR cause that remaining issue? If not, then I think that we can merge this and track that other issue separately.
Thanks! Does this fully resolve https://github.com/wezterm/wezterm/issues/5360 ?
@Lassebq please open your own separate issue. This one is tagged as x11 specific. What you described doesn't sound the same; it's not even talking about typing but execution speed...
and perhaps you should file two separate issues if you are seeing slow response to typing as well. Please include more information to help quantity and isolate the configuration both...
We discussed this in discord with the following summary: * Want to avoid storing the disposition in the metadata because it will add a constant factor to the I/O cost...
How about something like this for the queue helper? ```toml [tenant.'mytenant'] require_authz = ["mytenant"] allowed_domains = ["mytenant.com"] ``` When `queue_helper:apply(msg)` is called, if `allowed_domains` is set for the tenant that...
We did recently add the [/api/check-liveness/v1](https://docs.kumomta.com/reference/rapidoc/#get-/api/check-liveness/v1) endpoint which returns a 200 status when the system is up and ready to accept messages, or 503 otherwise, with a textual description for...
I've thrown together a couple of helper functions to make this a little more ergonomic in my application, sharing here in case it is helpful, and/or influences the query API...
Please try running the latest nightly build