voidlily
voidlily
I'm running into a similar issue with injected sidecars, but for me it's for [kuma](https://github.com/kumahq/kuma)
The #266 branch worked for kuma sidecars as well, but it's a bit annoying to have to portforward and specify prometheus urls manually where before it could just autodetect the...
Agreed, I'm coming at this from muscle memory in hexchat where no matter where you clicked in the window, the text input would always have focus, and the current behavior...
It looks like this was partially done in https://github.com/thanos-io/thanos/pull/7335 but I also had trouble getting this to work with pod identity and eventually found this bug report.
```diff modified src/buffer/input_view/completion.rs @@ -600,13 +600,17 @@ impl Text { } fn process_users(&mut self, input: &str, users: &[User]) { - let (_, rest) = input.rsplit_once(' ').unwrap_or(("", input)); + let (_,...
> there's not really a "standard" way to highlight on IRC and im pretty sure i've seen clients highlight with `@` before. So I'm ok with this, as long as...
i think hexchat did the space thing too which effectively let you complete with @, need to remember how it works though for sure
i think configurable would make sense, i'm working on bridges as well and the convention for the services i'm bridging to also have the @-mention convention if people feel strongly...
see also https://github.com/aws-observability/helm-charts/pull/70 for an open PR on the helm chart version of this addon (but as of time of writing only sets priorityClassName on fluent-bit, not yet on the...
can you rebase this branch to pick up changes to the reviewapp deploy process?