Lee Hambley
Lee Hambley
_From @mattbrictson on January 20, 2016 3:24_ Video or otherwise would be great. From @operand's original issue https://github.com/capistrano/capistrano/issues/1297: > I'm basically submitting this issue to request a clearer getting started...
``` Successfully installed bundler-1.10.5 Parsing documentation for bundler-1.10.5 Installing ri documentation for bundler-1.10.5 Done installing documentation for bundler after 6 seconds 1 gem installed sh: 0: getcwd() failed: No such...
Note: Opening this issue here just as a heads-up. I don't know that I expect it to be fixed, but I did want to have raised it. I have to...
I'm evaluating style guide generators, DSS didn't really come up in my research, but someone mentioned it, and I notice there's no online demo linked. Is it fair to say...
https://github.com/capistrano/sshkit/blob/6c81f53eec86443ea4f03fd87ae3350d4d4051ec/lib/sshkit/backends/abstract.rb#L59 The problem is that background simply `nohup` and backgrounds the process using the shell's job control `&`. More often than not, badly behaved daemons still block. There's many hoops...
See https://github.com/capistrano/sshkit/pull/289 for context. We merged a bit of a kludge.
@ncreuschling @mattbrictson /cc Continuing from the discussion in #283 I'd like to raise the general issue of shell escaping (`shellwords`) and what we mean/expect about "escaping strings" and so forth,...
In SSHKit we do some [weird stuff](https://github.com/capistrano/sshkit/blob/master/lib/sshkit/backends/netssh.rb#L122) with stream handling depending on the packets (sic) we receive back from `Net::SSH`. I'd like to write a test case script that produces...
As the title says, we can't rely on that at all.
Because well, it simply makes sense.