Sergei Aleksandrovich

Results 198 comments of Sergei Aleksandrovich

Hey @chenrui333! Thanks for your contribution! Could you remove the changes from `go.mod`?

On a very basic level, Overmind doesn't do anything fancy but run tmux with commands from the Procfile. You can emulate the same behavior without Overmind involved: 1. Create a...

Hey @noctivityinc! This looks like something tmux can do. At least, Overmind itself doesn't mess with a cursor.

Hey @Lomig! Unfortunately, I don't have a proper solution for this :( asdf is the only versions manager that causes this issue, rbenv and friends work just fine. I'd try...

On a very basic level, Overmind doesn't do anything fancy but run tmux with commands from the Procfile. You can emulate the same behavior without Overmind involved: 1. Create a...

Processes have to be run in their own sessions because of PTY. It's not possible to run a process in a different session but the same group ID. Correct me...

Added `Pdeathsig` to [v1.0.5](https://github.com/DarthSim/hivemind/releases/tag/v1.0.5).

Could you provide a use case for this?

iTerm2's tmux integration works pretty badly with tmux clients launched by other applications. I made a few tries and didn't achieve satisfiable results, so I see this feature impossible at...

Overmind doesn't deal with domains at all. If you need your services to be accessible on some domain, you need to specify this explicitly in `/etc/hosts`. You also would probably...