Caleb Crane

Results 9 issues of Caleb Crane

``` ruby $ bin/pry-remote-em [pry-remote-em] client connected to pryem://127.0.0.1:6462/ [pry-remote-em] remote is PryRemoteEm 0.1.0 [1] pry(#)> puts "bad" => nil ``` ``` ruby $ ruby -I lib -r pry-remote-em/server -e...

bug

Vim and other similar shell commands expect to be working with a tty. When the server executes a shell command it uses popen3. Vim complains that STDIN and STDOUT are...

bug

What constitutes _inactive_ should be configurable.

feature

When the server reports an internal error to the client it sends a plain string. it should instead send a JSON encoded hash with 'message', 'type', and potentially 'backtrace' elements....

Unit test, or at worst, a HOW TO test document is required.

Based on changes in 77c5848b42d8393bba9d6388f009011ec00fa996 both the client and server support JSON encoding the communication payload. It should be possible to take the payload and include it in an HTTP...

feature

``` ruby [22] pry(#)> whereami Error: Cannot find local context. Did you use `binding.pry`? ```

bug