Wes Higbee
Wes Higbee
Yes, there was no count on the Unauthorized tab. 2017.1.2 official docker images
FYI flipping the order messes up the new `abbr` with `--set-cursor`, you end up getting the self-insert at the cursor position after its moved... for example: ```shell abbr --set-cursor='!' gcmsg...
As for `cursor_backtrack`, IIAC this goes back a char before trying expansion and ' ' won't be treated as a token so it correctly finds and expands the previous "command"...
I did some very crude testing tonight and found if I set `-pix_fmt yuv444p` on both `FFMPEG_VideoReader` and `FFMPEG_VideoWriter`, I can successfully read a `yuv444p` video and write it back...
Hey, a bit late in responding but... nonetheles if you use `ansible -i` you can set the inventory directory... I should also have a config file demo (ansible.cfg)... if not,...
IIAC you are using `linux/amd64`?
@mikenelson-io I had that too so I went into content filters and turned everything on and highest level and then I cleared credentials in win term and it worked...
The troubleshooting experience could really use some ❤️... i.e. logging more info on failures
FYI the new behavior for `/var/run/docker.sock` is [documented here](https://docs.docker.com/desktop/mac/permission-requirements/#installing-symlinks). Make sure to select the tab `Version 4.18 and later`. Apparently, there is a new option during install w.r.t. `/var/run/docker.sock` and...
fish shell completion of pods/namespaces would be awesome, like `docker debug ` does ```sh kubectl-shell --namespace # complete namespace kubectl-shell # complete pod names (in current namespace, based on -n/--namespace...