Paul Miu
Paul Miu
I'm also constantly hitting the q key. Would be really nice to have the option to reassign keys / shortcuts. @derailed I've seen that there's already a [HotKeys config](https://k9scli.io/topics/hotkeys/). So...
@derailed I totally understand if you don't have the time for this. But could you please lead us in the right direction so that we can do it ourselves? Thanks...
Thanks for the explanation @ibuildthecloud. Would it theoretically be possible to evaluate both string interpolations by the backend? Because not only would this enable a uniform syntax, but it would...
I see what you're saying. Keen to hear about your assessment or decision once you've figured out the actual danger.
@krajorama @trevorwhitney @joe-elliott @jdbaldry Is this the correct repository to ask that kind of question or is there a better repo for this issue? BTW: After browsing through the issues...
@jdbaldry Thanks a lot for taking on this issue and for raising it in Grafana's internal working group.
Thanks for the update @jdbaldry. That'd be amazing! If a separate Kubernetes cluster (for development and testing purposes) would be beneficial for you guys, I'm happy to sponsor a three...
Temporary solution from @aleksey-l ([on stackoverflow](https://stackoverflow.com/a/56249765/2524925)) until the bug is fixed: ```typescript declare global { interface ArrayConstructor { isArray(arg: ReadonlyArray | any): arg is ReadonlyArray } } ```
Wow, thanks a lot @Akaame! ### The problem: Applications like [k9s](https://github.com/derailed/k9s) will use the namespace set for a particular context by default every time you start them but won't adjust...
Yes I can confirm that after running `kubectl config unset contexts..namespace` k9s will always use the last namespace (as well as the last resource type). If the last namespace was...