PaulC

Results 5 issues of PaulC

vm-create: add option to manually specify userdata file (-U) for cloudinit & add undocumented vm-create options to man page/help

Hi, If you start the wdom server listening on an IPv6 address (`start(address="::",port=8888)`) then `server_config['port']` will not be set correctly (which then causes an exception in the logger statement in...

Really enjoying using script however there have been a couple of use cases where I have wanted to avoid interpolating the `Exec` args into a single cmdLIne (and worrying about...

Hello, Really enjoying using `script` however there have been a couple of use cases where I have wanted to avoid interpolating the `Exec` args into a single cmdLIne (and worrying...

Hello, The attached pull request implements `to_string_lossy()` for Expression to provide a shell command string equivalent for the cmd pipeline (where possible). This should mostly address Issue #79 and Issue...