Sergei Aleksandrovich

Results 198 comments of Sergei Aleksandrovich

Sorry for so late response, it was hard days. I removed usage of the `-c` argument of tmux, it should for with older versions of tmux now. Please check.

Ok, I'm going to close this issue since there is no activity.

Oh, seems like tmux 1.8 doesn't allow to specify shell command as multiple arguments like Overmind does. I'll think how I can deal with it.

Overmind 2.0 uses tmux's control mode, so tmux >= 1.8 should work properly.

Hey! Looks like Unix sockets don't work properly on WSL. I'll check this later. As a workaround, I added [ability to bind to TCP network instead of Unix socket](https://github.com/DarthSim/overmind#using-tcp-network) to...

@tmbs do you run sam with Overmind or Overmind with sam?

It is weird then as Overmind binds to the socket before running the processes, so processes shouldn't affect the binding.

@dreamalligator This is WSL issue, so it can't be fixed inside Overmind. However, you're getting the error that tells you that you have already started an Overmind instance in the...

Hi James, Loading `.env` is a common feature of Procfile launchers, I'd even say it's a must-have feature. Many Hivemind users use this feature, and removing it is not an...

Hey Adib! `echo` is only meant for streaming the daemonized process output to stdout. It doesn't have history and stuff. `connect` is more suitable for viewing the logs.