Phil Pennock

Results 35 issues of Phil Pennock

With two installs of `git-crypt`, both claiming to be `0.6.0`, one on Ubuntu Focal (20.04) and one on an LXC container running Alpine Linux (so musl libc) 3.12.0, both with...

Following the README install steps, compilation fails in `record.c` because `#include` finds `/usr/local/include/db.h` instead of `/usr/include/db.h` and the `berkeley-db 6.2.23` installed is missing various `#define` fields such as `R_NOOVERWRITE`. Using...

The geolocation service can have ratelimits. Support using `$GEOLOCATION_JSON_URL` from environment to override the URL. As long as the schema of what's returned is the same, this will work. This...

This issue is a mix of #338 and #612 -- an empty task causes a crash, but only if the empty task is in an included taskfile. - Task version:...

bug

**Describe the bug** The helm chart's `values.yaml` defines `ingress.annotations:` without the `{}` after it. This causes Helm to expect a list-array instead of a key-value array. I couldn't find a...

Folks. With Keybase, we would have multiple proofs for our Keybase identity, so keyid:public-identifier was a 1:many relationship. With Keys.pub, I am getting an error when I try to add...

While updating GANDI_V5 in #673 I hit a snag and opted to skip DNSSEC support. The comments above `GetDomainCorrections` warn that it needs to be identical, because it's disappearing in...

Type: Enhancement
Priority: p3 - Low

How amenable are you to having caddy-jwt be able to validate multiple claims? Any particular rules if I were to work on this and submit a PR? Scenario: have set...

This branch implements the design which I sketched out in #147 to have reusable git builds, by splitting off the `.git` dir from the build dirs, and having a log...

enhancement

My understanding is that the Travis CI system elsewhere relies somehow on these files for determining valid versions, so with Go 1.11 and 1.10.4 out, we should bump them.