samuel
samuel
Faraday includes [a retry middleware module](https://github.com/lostisland/faraday/blob/master/lib/faraday/request/retry.rb). At present, `droplet_kit` does not expose this thus retries are not configurable _unless_ the client's `initialize` and `connection` methods are overridden into a new...
Fixes #14
If the python version is shown by `pyenv versions`, and we can reasonably figure out the correct version to use (esp. if it matches the name exactly), enable the version...
Maybe use `detox`: https://pypi.python.org/pypi/detox/
See https://github.com/yyuu/pyenv/issues/92#issuecomment-145351621
When opening a file with DidYouMean, syntax highlighting does not work. I have been manually setting `set filetype=sh` (for example, for a shell script) after opening to reset the detected...
## :ghost: Brief Description ``` Error executing action `install` on resource 'apt_package[mongodb-org]' ... E: Version '3.6.6' for 'mongodb-org' was not found ``` ## :pancakes: Cookbook version 4.1.0 ## :woman_cook: Chef-Infra...
When ghprb automatically sets the webhooks, does it set the `events` parameter like so? ``` python {... 'events': ['issue_comment', 'pull_request'], ...} ``` I've been using the plugin for a while,...
A shower thought: What if you could simply set a variable like `dns_provider = "cloudflare"` and this module "just worked"? If a new variable, `dns_provider` continued to default to `"aws"`...