Matt Sawyer
Matt Sawyer
Thanks Eric.
I would also suggest having the plugin look into the local ticket file first before asking for the password. That way if you're already logged in from the terminal or...
FYI: I'm seeing the issue on a high DPI (retina) screen but not on my normal DPI external monitor.
Thanks for the work on this nice theme. I noticed that the ayu-mirage theme is already available(?) I can use it -- though each time I open emacs, it asks...
aha, thank you @ianpan870102, I had indeed forgotten the `t`.
@clux there doesn't appear to be any workaround for accessing a cluster with a numeric hostname from the outside with rustls. Though I'm not sure kube-rs has any responsibility here,...
@clux thanks for the quick response. Unfortunately, I don’t think I can override in my case, because the certs won’t match the hostname.
I don't use home manager, but I've been able to work around this problem for now with `programs.zsh.enableCompletion = false;` and then adding `autoload -U compinit && compinit` to `programs.zsh.interactiveShellInit`.
@windrg this issue had been a showstopper for me, until I figured out the underscore character was causing an issue, at least in this form of regex. I don't fully...