Lee Hambley

Results 227 comments of Lee Hambley

Surely https://github.com/capistrano/sshkit#tunneling-and-other-related-ssh-themes solves this by allowing you to add a `.ssh/config` to the project ?

@epinault if you read the link given, you can _commit_ an SSH config to the repo, and SSHKit will find it, if that's not working please open a bug report.

You were not clear that: ``` Defaults always_set_home ``` Was a server-side config. Please go and adopt the closed PR if you want this feature added.

I'd consider a helper function that wrapped both, but not a change to the `upload!` api.

Can you provide a complete output please, I'm not sure what you're comparing to, the first two look very similar apart from `Exception while executing on host...` when it's duplicated,...

The 2nd one returns empty for me, I have the same issue. ``` Darwin 15.4.0 Darwin Kernel Version 15.4.0: Fri Feb 26 22:08:05 PST 2016; root:xnu-3248.40.184~3/RELEASE_X86_64 x86_64 ``` my exact...

I did not, sorry, these days there are a lot of 'repo' implementations - I'd bet that with WSL2 you can use most ant of them. On Mon, 17 Aug...

@postmodern I wasn't absolutely clear where the whitespace changes were coming from, does the Nokogiri DOM tree include whitespace nodes by default? (I expected they would be stripped, as in...

Thanks @gajus - I suspected something like this, Rust's serde YAML suffers the same problem, because the underlying YAML parser doesn't preserve comments. (Ruby also had the same problem with...

Thanks for pinging me @mattbrictson! I think this falls in the realm of a workaround you should apply into your own code. Capistrano does typically document that "your project must...