Les Peabody

Results 38 comments of Les Peabody

Throwing my hat in the right for `composer update --lock`. I've generally found that command to be perfectly sufficient, and it doesn't update any packages to new versions when I'm...

Any word on this? This would hook me on this gem completely. Until it provides this capability however I'm going to have to pass for the time being.

I can confirm this is a problem, and it is indeed due to the way the query string parameters are converted. My example: ``` var options = { filters: {...

I believe @markbirbeck was on the right track by validating `filters` as a string rather than an object. The Docker engine API wants the filters parameter to be fed to...

This looks excellent. Keen on trying this out in an upcoming project. Thanks @markbirbeck.

@enzolutions After updating to console 1.9.4 I can report the SplFileInfo-related error has disappeared.

@DigitalFrontiersMedia What happens if you try `--hostingenv` rather than `--hosting-env`?

Use case copied from PR linked in summary: > @lpeabody Something like #2 sounds like it'd work great. I also had seen the documentation for docker-compose to allow for multiple...

So, Docksal combines multiple compose configuration files together when it runs `docker-compose` commands against a given a project. Its effectively something like: ``` docker-compose -f ~/.docksal/stacks/services.yml -f ~/.docksal/stacks/stack-acquia.yml -f ./project/.docksal/docksal.yml...

@ryanissamson would you also be able to share your specific use case?