Ryan Winograd
Ryan Winograd
I also experienced the same issues, then found I can do `pip install awsebcli`. Is there anything wrong with installing via pip?
Agree with @DavidAllison's comment that QUIT is intended to be used differently. Note that in the example [unicorn.rb](https://github.com/sosedoff/capistrano-unicorn/blob/master/examples/rails3.rb) referenced in the README the QUIT signal is sent to the old...
A recent commit provides a solution for this issue by adding a new task: `unicorn:duplicate`. This sends the USR2 signal w/o the "sleep and kill". See 8f7ffb9288. If you use...
@sfsekaran this repo already contains a sample unicorn.rb: https://github.com/sosedoff/capistrano-unicorn/blob/master/examples/rails3.rb. @sosedoff it would be great to get your input on this discussion
@tinmarino I opened a PR for the issue I flagged. I agree with @uolot that there are some additional issues with blockquotes, but I haven't gotten around to researching them...
> * Quotes created with indenting are now rendered inside `` block instead of `` I think this change may have been done intentionally, in which case there's nothing to...
Upon further examination of the "digest" issue, I realized it was only required for the custom matchers, so I moved the requires to the spec_helper.rb. I'm running ubuntu and I...
This commit also fixes it for me, too. I started experiencing this issue after upgrading to Ubuntu 24.04 (from 22.04) ``` $ zsh --version zsh 5.9 (x86_64-ubuntu-linux-gnu) ```
I've rebased this branch on top of latest main