Erik

Results 3 comments of Erik

It is something with text encoding in the `Open3.popen3()` function? You can reproduce it with this code: ```ruby #!/usr/bin/env ruby require 'open3' Open3.popen3('diff', '-U 10000', '/file1', '/file2') do |i, o,...

I'm also seeing this same behavior with a private-network-only => true. I have my ssh config set up to proxy through a public host into the right subnet. From the...