Lee Hambley

Results 227 comments of Lee Hambley

I think the issue is that under /some circumstances/ ruby buffers quite a lot except when you set $stdout.sync. There's a very high chance this bug report predates the change...

Huge slow down as all IO and logging/echo/etc then blocks. Case in point NPM was widely mocked because it became 2x faster when they moved writing to stdout out of...

hi @joshpencheon thanks for your submission. Can you tell me a bit more about whats going on here and if you have any idea why now, 6 years (!!) after...

I'm happy to take a patch, but we're not due a release for some time. Have you considered using something like https://stackoverflow.com/questions/3985983/how-can-i-checkout-password-protected-subversion-repositories-with-bitbake ? That has its drawbacks, but may simplify...

I would suggest reading http://capistranorb.com/documentation/faq/why-does-something-work-in-my-ssh-session-but-not-in-capistrano/

Definitely plausible @mattbrictson I was thinking the same, since if you have multiple keys loaded into your agent (whether you know it or not, check with `$ ssh-add -l`) then...

Thanks for commenting back @bfcoder This is indeed a problem with Git. You can modify the git+ssh wrapper script that Capistrano exports to expose the following env vars `GIT_CURL_VERBOSE=1 GIT_SSH_COMMAND="ssh...

I'm not a Mercurial user maybe you could have a look at the offending line in the [blame](https://github.com/capistrano/capistrano/blame/master/lib/capistrano/hg.rb) and ping the contributor here in this thread, and we can see...

The more important question is whether you find that on the `$PATH`. An easy way to check that is: ``` $ ssh myuser@myhost 'which ssh' # => Should see something...

Try both, and make a or for whatever works. Please run the tests (rake features) before submitting the PR Sent from my Nexus 5. On 11 Dec 2014 18:47, "Josef...