anatoly techtonik
anatoly techtonik
CSV that is convertible to JSON or other format. Machine readable.
+1 for normalization. It also would be useful to know which info is normalized already.
The os.Stdin is passed here - https://github.com/lxc/lxd/blob/71e56e4be5920e09369cdecbdada38cd19f041f8/lxc/exec.go#L128 and it may not be able to handle arrow keys etc.
Also, if I try to type `less` in the terminal, it complains: ``` >lxc exec isphinx bash root@isphinx:~# less WARNING: terminal is not fully functional Missing filename ("less --help" for...
Need to set terminal type to dumb. More info: https://stackoverflow.com/questions/39001517/features-obligatory-for-term-dumb-terminal
Yes. Here https://github.com/lxc/lxd/pull/2536 to be exact. But that's not enough to make arrow keys going. Need some lib/interface to intercept keys in Windows console.
I started with https://github.com/yakshaveinc/go-keycodes to provide universal key codes for translation. I hope to submit it to `golang` as official dataset, but got stuck in the process. There are few...
Tracked here - https://github.com/golang/go/issues/19503
PR #888 fixed virtualenv with tcl/tk for me on both Python 2.7 and Python 3.5. Please confirm that it works on your configurations too.
Fix merged.