Hamish Moffatt

Results 55 issues of Hamish Moffatt

**Describe the pull request** - #### What does your PR fix? Fixes #14754. Add new port for argon2, a password hashing library. - #### Which triplets are supported/not supported? Have...

category:new-port
requires:author-response

The instructions for docker-compose reference a volume called gerbera-config, but it is not declared, so starting the container fails with ``` ERROR: Named volume "gerbera-config:/var/run/gerbera:rw" is used in service "gerbera"...

bug
good first issue

yamllint already allows checks to be disabled using `# yamllint ...` comments. Would it be possible to extend this to allow configuration, for example of the line-length max value?

Secrets are not removed after the build, although the removal step is run. I am running master and worker 3.5.0. My code is simply: ``` secrets_list = [("password.txt", util.Secret("secret_name")),] with...

The SVN build step documentation shows this example: ``` factory.addStep( steps.SVN(mode='incremental', repourl=util.Interpolate( 'svn://svn.example.org/svn/%(src::branch)s/myproject'))) ``` However this doesn't handle trunk, where src::branch is None. I ended up checking out my entire...

Cloudns supports auto DNSSEC: https://www.cloudns.net/wiki/article/336/ It would be great to have this in dnscontrol.

Type: Enhancement
Priority: p3 - Low
Status: Needs volunteer
provider-CLOUDNS

## Problem description The cover art for albums as shown on DLNA clients is all jumbled when looking at folders. I see the art belonging to different albums from my...

If the firebird group already exists but the user doesn't (which can occur if you use the new Mac transfer process / migration assistant), the installer creates a new user...

The comments for Soundfont.instrument() imply that you can supply a notes list to load in the options, using MIDI note numbers. However if you do that nothing is loaded. I...

I'm having trouble using HttpServerRequestRouter with the VS compiler. I can't compile the sessionusage example. It gives the unhelpful error 1>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\xrefwrap(283): error C2064: term does...