colinnewell

Results 10 issues of colinnewell

If we have a volume defined like this in our docker-compose, volumes: - ./cache:/var/cache/nginx The name .cache is generated for the volume which failes the k8s name specification. Error from...

In the pod for App::Cmd::Setup it references 'Manual' and 'Plugin'. ``` For more information on writing plugins, see App::Cmd::Manual and App::Cmd::Plugin. ``` Manual doesn't appear to exist and the pod...

Copied override from MooseX::Types::TypeDecorator to allow union from all types. In theory this should mean we can remove it from MooseX::Types. Allow: my $type2 = $type1 | class_type('Bar'); as well...

needs documentation

The --tty option appears to try to close and restart the connection when you restart the program, which at least in the case for the `ptyme` program appears to be...

kind/bug

In applications where there are routes outputting json and html functions like `send_as` make that work without too much of a problem. `send_error` appears to have all the logic to...

Enhancement

I had hoped to switch queue based on tag like this, queue_name "#{ENV['BASE_SQS_URL']}${tag[1]}" The ENV var got correctly interpolated, but the tag wasn't. This might be down to me not...

I've made the mysql developer tests configurable with more environment variables. I've also made it more obvious that it skips out of the box so that a dev is more...

I've just added a little practical note on how you might use the mirrored files. The use of cpanm and python for a web server might be a little controversial,...

Right now it just alters the expiry date. This might suggest it would be good to make this an extensibility point. If we extract it out to a separate method...

I can't believe I only just noticed this but the wiki is missing whole chunks of code snippets. The "Step 1: YK-KSM Installation" section should have two examples, one downloading...