Alexander Krasnukhin
Alexander Krasnukhin
No, just to make sure to always unlock. Not sure how omitting defer optimization makes sense for something like godux.
Really, I have no plans to argue about this. If you believe this makes things slower - sure, drop it. No hard feelings there.
I can also draw parallels between homebrew and whalebrew i.e. ``` whalebrew install ... whalebrew use whalebrew list ``` ``` brew install ... brew switch ... brew list ``` I...
Yep, so I suggest an easy way to alter YAML file to cover even more cases i.e. https://github.com/bfirsh/whalebrew/pull/39
Inception! Maybe simply run it in bg then? `$ mongo &`
No, I meant the idea of whalebrew is to treat docker containers as native commands. The naive way to run native commands in bg is & :) Maybe whalebrew should...
Yep, this is the problem with detached containers I see. Now you suddenly break out of this abstraction and need to know that it is actually a docker container.
This is why I suggested to simply run this cmd in bg so whenever it is killed it will stop the container automatically. But I think this is **so** error...
I believe I didn’t bother to implement proper template support there. We can enable some specific variables if you want though.
@xenophonf, does salt support python 3?