Wes Higbee
Wes Higbee
@marvingreenberg IIAC you didn't get any completions to work with `kubectl shell` for subcommands and/or flags? IIUC only `kubectl-shell` will complete (which is perfectly fine IMO)
FTR, I am 100% fine with using `kubectl-shell` (instead of `kubectl shell`)... probably a good thing just to avoid collision with completions for kubectl subcommands and/or other kubectl plugins.
Couple ways... depending on what state is still around... - `docker container logs JENKINS` | grep -A 5 "Jenkins initial setup is required." - reads it from the jenkins container...
What's the error output from vagrant? What provider are you using? Is it listed here? https://app.vagrantup.com/box-cutter/boxes/ubuntu1610
I'd inquire with box-cutter On Mon, Nov 27, 2017 at 12:16 PM, mladenuzelac wrote: > It is listed. But there is no file at that link. > > [image: Inline...
Is that for boxcutter or box-cutter? ---------- On Thu, Nov 30, 2017 at 05:45, mladenuzelac wrote: It seems that they don't host preloaded images https://github.com/boxcutter/ubuntu Current Boxes We no longer...
I'll post this on vagrant cloud under my own account.
I'm having similar issues with my M1 mac running macOS Ventura but only when I use pynput with Qt... seems to fail similarly to the above issue with `TISGetInputSourceProperty` crashing...
I also ran into a crash when `TSMCurrentAsciiCapableKeyboardLayoutInputSourceRefCreate` was invoked (if I bypass the call to `TISGetInputSourceProperty`... so I commented out both calls and key logging worked... :)
It’s an issue with pyobjc and how it registers/resolves arg types and results try adding this when your script/program starts up (before invoking pynput) and see if the issue resolves:...