Fabian Ruff

Results 40 comments of Fabian Ruff

I'm not a fan of built-in retries, I'm not convinced they help in more cases then they do extra useless work and introduce latency. In my experience intermittent network errors...

A simple solution that works for me is the following `definition` ``` ruby define :chruby_gem, :action => :install do gem_package "chruby #{params[:ruby]}: #{params[:name]}" do package_name params[:name] gem_binary "/opt/rubies/#{params[:ruby]}/bin/gem" version params[:version]...

FYI: I created a small service to solve this issue for our concourse deployment: https://github.com/sapcc/webhook-broadcaster

I submitted a fix for this: https://github.com/mitchellh/vagrant-aws/pull/67 As all rsync implmentations on windows I know of are based on cygwin I think its safe to convert the homepath to the...

@jfrazelle I don't think this issue is a duplicate of #9570. this issue ist about _docker login_ not reading certificates from /etc/docker/... as _docker pull_ does. The referenced issue is...

No this does not work and is a valid bug IMO. @dmp42's assessment is correct. the code path of `docker login` does not add the certs from `/etc/docker/{host}` as `docker...

@alexakreizinger thanks for the feedback. I merged in all your suggestions.

Looks good but want to ship the pending commits first before rolling this out in a staggered approach

Thanks for the feature request. I think we can implemented the suggested `/api/v1/{account}/clusters` API call with moderate effort. Is this enough for prodel or do you also need to be...

Ok great, so @jknipper if you could take a look at this it would be 💯