Sergei Aleksandrovich

Results 147 comments of Sergei Aleksandrovich

The gem didn't use Shrine's prefix. Fixed in `1.2`

Hi, Sorry for the delay. The issue puzzles me because we use the gem in production for a long time. Also, the signature checking algorithm does not depend on the...

@wilg unfortunately, this PR won't fix the problem. Explanation in the PR's comments. Btw, which version of Ruby do you use?

Hi @bluengreen! This looks like an `anyway_config` issue.

@bluengreen According to your stack trace, your `Rails.root` is nil somehow which is quite unusual if I remember Rails stuff right. anyway_config tries to use the `join` method of `Rails.root`,...

Most of the tools write their own timestamps to the log. If they don't, it's probably no much sense in timestamps in the context of the tool. However, I have...

Hey! `overmind run` just starts provided command with env variables set from `.overmind.env` and friends. No fancy stuff like tmux etc. According to the issue, try to look here: https://asdf-vm.com/#/core-manage-asdf-vm?id=having-issues...

As far as I understand, you want Overmind to launch tmux client by default without `overmind connect`. Is that right?

Hey Adib! Well, this would require a lot of changes as Overmind initially wasn't meant for dynamically scaling the processes. However, it's not impossible, so I'll keep it here. I'd...

Hey @lunaisnotaboy! This feature requires rewriting too much stuff for such a niche feature. So I'd not add it right away but I'll keep this feature request open just in...