David Dollar
David Dollar
Foreman does not even hook up stdin from the controlling terminal to any of the underlying processes (how would it know which one to send to?) so I'm not sure...
I'm still seeing this issue. Any pointers on where we can look?
FWIW I get this same error if I just `git clone` this repository and try to run `docker build .` from inside the `forked-daapd` directory.
Did a bit more digging and this appears to be a result of forked-daapd renaming to owntone
Needs a resolution to kubernetes/autoscaler#3871 in order to function correctly
If you take `foreman` out of your Gemfile as the README suggests you won't have dependency resolution problems. I suggest installing it as a system-level tool (`gem install foreman`) rather...
Thor already supports the `--no` variants to boolean options. You could just check it for `false` (will be `nil` if unspecified) Please also add a test that covers your change.
This looks good, but can you please rebase it with recent merged changes?
Sure, if you'd like to contribute that would be happy to accept
This is happening to me also. Did you ever figure it out?