rrepen

Results 6 issues of rrepen

In my application I am using "logging" instead of "logger" because it offers more features. What I would like is to be able to feed the logger I have already...

I would like to try wongi-engine but I get some problems to set it. I am used to ruleby where I can easily access fields in the OpenStruct objects I...

enhancement

I would like to suggest the following changes in the run_command method in box.rb. The purpose of that is to always get a coherent output of the command run, in...

In the following example I am just running a simple command on hostB via hostA. The SSH keys are already in place and this works fine from the bash prompt,...

The RYE::SHELL has this code: ... rap = Rye::Rap.new(self) rap.add_stdout(stdout || '') rap.add_stderr(stderr || '') rap.add_exit_status($?) rap ... To get the cmd string back I have added the following two...

In the box.rb file in line 821 and 822 (rye 0.9.7) a rewind of the channel :stderr and :stdout buffers is missing. In my application I got nothing as error...