Jason Riddle

Results 7 comments of Jason Riddle
trafficstars

I'm interested in picking this up, but I'm wondering on the approach? I was thinking in `providers/s3_file.rb` just adding the following. ``` ruby action :post do up_s3_file(:post) end ... def...

Turns out there is a brew package available, for those who use homebrew. ```bash brew install libvirt ```

Some points to add in favor of disabling automatic updates. 1. There is a regression in 0.0.6 (https://github.com/jetpack-io/devbox/issues/196) that had not affected me until I was automatically upgraded from 0.0.5....

Another idea is to add a `version` key in `devbox.json`. So maybe something like this ``` { "version": "latest", ... } ``` where `version` can be `"latest"` or `"0.X.Y"`. If...

> so the irony is, that honestly these hashicorp roles don't belong under Ansible-community at all, as roles not the general scope of the Ansible-community org of repos. You'll see...

For others who may be watching this issue, the [botkit-witai](https://github.com/SnowStormIO/botkit-witai) middleware looks like it's more up to date. With that library I was able to put the following together which...