woky
woky
The KSnapshot demonstration screenshot I posted was actually made in i3 WM, so I guess it can be done without interfacing with WM. But I realize that programming controls would...
It seems it's not just pipes. I'd expect the following to print errors to Python process's `sys.stderr`: ``` from plumbum import local bash = local['bash']['-c'] x = bash('echo foo >&2')...
I don't want to capture stderr. It should be printed to actual `sys.stderr` and not discarded. If you do in e.g. Bash ``` foo=$(ls /12345 || echo foo) ``` you...
I've just tried. On case class it works perfectly even without dummy root. It's amazing!
I think it still doesn't work for the reported case (`Map[String, ConfigValue]`). It works for custom case classes.
> To the OP, @beanaroo. I agree with you, whether use `prevent_destroy` or not, the full plan information should be output. However, I don't think it's right that plan should...