Ian Denhardt

Results 428 comments of Ian Denhardt

In the short term, this might be a case of "add examples to the powerbox-http-proxy docs," which I am happy to accept patches for based on your experiences. I too...

Note that you probably don't need PHP-capnp to do that, since the powerbox request still happens in client-side JS, and the bridge can just accept the token in a header...

Note also that it's a little hard to provide simple cookie-cutter instructions for integrating powerbox-http-proxy with an arbitrary app, because: 1. It necessarily requires patching the client-side code to include...

I added a config snippet for nginx to the README -- that bit is fairly cookie-cutter in any case.

This would also let us refactor vagrant-spk into more than one file, which would be nice.

Re: stuff not ending up users' `PATH`, the README already tells users they need to adjust `PATH` to add vagrant-spk, so that's not a regression; we can just ask them...

Looks like this line is returning something other than a 4-tuple: https://github.com/sandstorm-io/vagrant-spk/blob/f5a82f76fe791d52fea1e30c027fcdfaa2722f02/vagrant-spk#L788 Maybe do some print debugging around there?

@orblivion suggestted on IRC just having stand-alone versions of each part of the script, so that an app's setup.sh/launch.sh might look like: ```sh setup-maria-db setup-nginx # ... ``` Which I...