Justin Kolberg
Justin Kolberg
@eladroz We're in the process of adding FreeBSD support to Bunchr (which requires updating fog). Do you know if newer versions of fog still cause issues with SLES?
This also happens, outside of vim mode, when using key combinations for killing words, moving forwards / backwards by words, etc. E.g.: ``` Unexpected Escape Sequence: ['\x1b' '\u007f'] (delete one...
@portertech I thought I had managed to reduce it recently but it ended up continuing to happen. I'm not sure if it's possible without a change to etcd.
This ended up being due to streams not being closed by the Etcd clientv3 lessor keepAliveOnce method. I've opened a PR against Etcd with a fix for this https://github.com/etcd-io/etcd/pull/14357.
Yes, Etcd v3.5.5 contains the fix. :)
Indeed. Closed by #4878.
Dupe of / related to https://github.com/sensu/sensu-go/issues/3655.
With a new major version we can remove the `api-url` field and replace it with `api-urls`.
I like this idea :+1:. I'll look into implementing it.
@palourde if you haven't started any work on this I'll start hacking on it this week.