Nick Griffiths

Results 13 issues of Nick Griffiths

I'm a bit nervous about this one - any ideas about where to focus some more test coverage?

Another one. PS I'm not particularly happy with the inconsistencies in the virtualenv support, it looks like someone else's conventions have been baked in to the way the options are...

docs

This is a possible fix for #1151

the latest versions of the templates attempt to source a defaults file from /etc/defaults, but this is failing because squeeze has dash as the default shell and `source` is a...

Hi there. It looks like the README's build instructions are out of date. The instructions to use godep are now redundant as of ac5bea8355bf8f1620d8504265ad286e60daa9b8. I'm a complete go noob, but...

Seems to blow up with the latest version of faraday... ``` NameError (uninitialized constant Faraday::Response::Middleware) ```

I was failing to get a cert when requesting a cert for `foo.example.com` when the zone being managed by powerdns was `.example.com`. We're using powerdns with a [custom auth proxy](https://github.com/catalyst/powerdns-auth-proxy)...

Hey there, So I've tweaked the dynamic mbean class a bit so that you can do things like: ``` class HttpServerMBean < JMX::DynamicMBean def initialize(http_server) @http_server = http_server end r_attribute...

It's a bit hard for me to produce a minimal failing test case but I can show you exactly where the problem is. I am forwarding some large files from...

It looks like the jdk-connector does not stream a request entity when the Content-Length is known: it has to be buffered or chunked, whereas the HttpUrlConnector can (albeit incredibly slowly...