Hunter Gatewood
Hunter Gatewood
It would be helpful to have something like `FX_SAVE_SEARCH=1` to save interactive mode's [cached search](https://github.com/antonmedv/fx/issues/216) between separate fx invocations. Motivation: I frequently use fx to inspect multiple, similar Kubernetes objects,...
## General information ``` - Terminal program: iTerm.app 3.5.9 (xterm-256color) - Operating system: macOS 14.7.1 (23H222) - ZSH framework: oh-my-zsh master (7ed475cb) - ZSH version: zsh 5.9 (x86_64-apple-darwin23.0) - ZVM...
[@hcgatewood/appa](https://github.com/hcgatewood/appa) is a maintained rewrite of Livedown, check it out for these new features - LaTeX support (KaTeX) - Directory-based file selector - Raw HTML filtering (safer to run on...
The ability to use [grpcurl](https://github.com/fullstorydev/grpcurl) from application containers would be useful as a debug aid. There are two required steps - Include grpcurl in the controller image's Dockerfile - Turn...
I'd like to be able to target a node by exactly it's name, rather than having to look for a label that uniquely identifies it. Perhaps something like `--node-names`. Thanks...