Paul Harvey

Results 19 comments of Paul Harvey

Okay, according to https://github.com/csirac2/snazzer/pull/43#issuecomment-258670025 @florianjacob's system uses bash for `/bin/sh`. So it would appear that I've accidentally introduced a dash-ism (the default /bin/sh on debian), or I've done something else...

Ugh, I'm seeing bash interpolating escape \ slightly differently to dash :( What on earth was I thinking when I wrote snazzer-send-wrapper... EDIT: SSH_ORIGINAL_COMMAND is getting extra slashes... or rather,...

This is now a stack overflow question :) https://unix.stackexchange.com/questions/321422/why-does-dash-expand-differently-to-bash

Alright, the fix will be to replace much of my current usage of `echo` with `printf`, which is more portable in its expansion of escape characters... I'm afraid I've burnt...

Thanks for your contributions @DL6AKU :) I hope we can improve snazzer to a state where it's an option for you again in future.

I'm aware of the perl-doc limitation. I'm not sure we want to complicate snazzer here; perhaps this would be a problem best solved by doing proper releases with pre-compiled man...

AFAIK the dummy pod2usage already exits non-zero, is that the case? We just want the "build" to fail if build dependencies are missing

Thanks @rollingthunder, snazzer really needs some TLC and I intend to give it some soon :) Appreciate the report. The measurements feature needs a rewrite, I need to have it...

A similar error occurs using Debian jessie's packaged python-qt4/traits and friends. Works from a virtualenv. ``` $ python examples/simple_view.py Traceback (most recent call last): File "examples/simple_view.py", line 7, in from...