Chip Warden
Chip Warden
You can use AppleScripts to change the display resolution (I do this all the time). I'm not sure there's a universal way to do this, though. The following gists should...
Thanks for the quick reply, @rdobson. However, when I add a value for `shutdown_timeout` to my template JSON file per the docs, I get an error. ``` $ packer validate...
Thanks again for the quick reply. I did, and I get this error: ``` ==> xenserver-iso: Waiting for SSH to become available... ==> xenserver-iso: Connected to SSH! ==> xenserver-iso: Step:...
Shamefully, Apple insists on delivering a woefully outdated Python 2.7. As a software engineer who writes Python every day, I've quit relying on Apple's Python for _anything_. However, I'll submit...
@nedbat Confirmed. I'll try to fix this. However, as a work around, I _was_ able to install Jython 2.7.1b3 without the `--file` option: ``` $ pythonz install -t jython 2.7.1b3...