Ihor Urazov

Results 148 comments of Ihor Urazov

For example option 2 was implemented in fork https://github.com/intelfx/pure#custom-handlers. I'm successfully using it to extend prompt with my indicators at https://github.com/z0rc/dotfiles/blob/master/zsh/rc.d/08_pure.zsh.

I eyeballed change in PR and there is one issue remains. Config files include dot at the beginning of filename. When using XDG config folder it discouraged to mark files...

In addition there is no `tfenv shell` to enable certain version of terraform for current shell session.

I guess helmfile does some unmarshall-marshal process with yaml. I kinda reproduced this here https://go.dev/play/p/bHQbbYDBBo-. It isn't clear, if this is something of expected goccy/go-yaml behavior and whether it can...