Chris Roberts
Chris Roberts
## Description Uninstalling vagrant ruby plugins from the vagrant-go binary results in an error ``` % ./vagrant plugin install vagrant-vbguest » Running plugin install... Installing the 'vagrant-vbguest' plugin. This can...
## Description Port trigger plugin including core modifications for support. ## Use case (optional) Users will be able to use triggers ## Supporting material https://www.vagrantup.com/docs/triggers ### Estimated task complexity time-frame...
As was noted against this pull request: https://github.com/chrisroberts/dav4rack/pull/39 the status codes returned likely need to be checked against the RFC and updated.
Clean up the callback implementation to make it a bit more agile.
Allow producer to use nsqlookup to locate topic locations for publishing
Prompted from #25 investigate if allowing more configuration options for fine tuning response wait times based on criteria (type of message, etc) would beneficial. Also look at allowing override on...
If discovery nodes are down, failures force a tight retry cycle. Define retry delay via option config and throw splay on top.
Fixes the cloud provider upload command to properly include the architecture value when determining the correct provider. Fixes #13349