George Hartzell

Results 26 issues of George Hartzell

The help message for `just-build` is confusing. ``` synth build [ports] Incrementally build ports based on given list, but asks before updating repository and system synth just-build [ports] Like 'build',...

On a freshly set up FreeBSD12 system (via the AWS ZFS AMI), with no `/etc/make.conf` and an empty `/usr/ports` directory and a `portshaker` managed set of ports trees underneath `/usr/portshaker`,...

I stumbled across this while trying to make Dist::Zilla::Plugin::PkgVersion work better with perlcritic. [More info here](https://github.com/rjbs/Dist-Zilla/pull/168). The comments for PPI::Token::insert_{after,before} say that they may only insert statements, but the code...

question

The fix in #31 doesn't seem to work if you attempt to list a directory (prefix) full of only subdirectories (longer prefixes) as `page.Contents` is 0 and it stops after...

I have two jobs defined for a particular repo. One uses the `bitbucket` plugin and is configured to build for pushes to any branch, triggered via a web hook. I...

bug

Add support for several options that jo supports but gjo does not - -B -- disable treating true/false as bool - -e -- empty stdin is not an error -...

Use AWS_REGION environment variable if it is set. Without this change, trying to put to a bucket in a region other than us-east-1 results in something like: > gof3r error:...

Newer gcc's warn/error on the implicit fallthough. Add a break to make the intent clear. This was also mentioned in #14.

I'm working on a homework assignment for our budding Python packagers, based on this repo. We're using `Python 2.7.13` built via [spack](https://spack.io). The script sets up working directory and a...