Paulo Fidalgo
Paulo Fidalgo
Since the erb_lint has already implemented different exit codes, can we close this?
Thanks @burtlo for the explanation, right now I'm avoiding using wrap, I've simply created another class holding the elements I need.
Any updates on this?
This happens when the volumes are not created. Still not being the responsibility of Kamal to create them, it would be nice at least to try to be created as...
Just dropping this, despite agreeing we should have a common place to specify the ruby version, `.ruby-version` is not the only way to do it: `cat .tool-versions ` ``` ruby...
` ERROR (SSHKit::Command::Failed): Exception while executing on host myip: docker exit status: 1` The error seems to be related with SSH not docker, are you able to SSH into the...
Ah ok I see your point. You should remember that Kamal is a deployment tool, not a system configuration. Not sure if this is the responsibility of Kamal (I'm just...
@darronschall You're right, I was misled by the tags: https://github.com/arthurnn/twirp-ruby/blob/v1.10.0/twirp.gemspec https://github.com/arthurnn/twirp-ruby/blob/v1.11.0/twirp.gemspec So my request would be to release the version v1.11.0, as the current v1.10.0 is not usable at all,...
@darronschall Here is the commit that fixed the problem: https://github.com/arthurnn/twirp-ruby/commit/aa4000f8ea9ff84447060ab8a7f425ed70e0bf56 There's also another use complaining about the same problem and asking for a release that would include that commit.
Thank you for your reply, unfortunately this is a dependency of a gem, so I cannot use that github syntax. I will for now stick the version to the previous...