Vito
Vito
@itchyny does the latest master work for you now?
@itchyny @baod-rate do you happen to have a simplified version of the file you were using?
@baod-rate that is a nice summary of the issue and I think it explains why having the autoload in ftdetect script would cause an error. Thank you for reporting your...
ok I'm working on adding osx compatibility in my fork and send you a pull request :) Currently I'm seeing this error: make: **\* No rule to make target `-lprotobuf',...
took a little bit more mucking with but i got it working thanks for the quick responses and help :) Can you pull it down and run on nix to...
I can confirm this was introduced by this commit: https://github.com/docker/libcompose/commit/f5c34b0a35164a0f6d8b861df32b2e4e54deb847
Simple Expected Example with docker compose: ```yaml --- version: '2' services: test.svr: container_name: test.svr image: alpine:latest command: sleep 10000 ``` ``` $ docker-compose up -d Creating network "foo_default" with the...
@vdemeester how's it looking on this one? :)
It feels like they actually have a bug in their code. The default string is not interpolated correctly. If you try something like this `echo ${ABC:-${HOME}}` you'll notice it will...