Kyrylo Silin
Kyrylo Silin
Any details about your environment?
Are there any repro cases? I cannot seem to reproduce this issue: [](https://asciinema.org/a/206858)
Thanks, I can reproduce it now. I am wondering, though, how common is this? It seems to be a highly unlikely scenario when you launch IRB and then Pry within...
Thanks, I understand now. I've investigated this a little bit and it seems like there's no good solution to this because the history object provided by the Readline library is...
My initial plan was to include the fix for this into v0.12.0 but after thinking more about it I don't want to write a half-baked solution. The truth is that...
What was the latest Pry version that worked?
Cool idea. It may look a little cluttered for classes with lots of methods (such as Rails models, for example). Someone needs to test it.
It's possible to redirect all output to a file, however unfortunately you cannot special case the watch command.
`__remote_configuration` was used in release candidates of airbrake v5 but in the stable version it doesn't exist anymore.
Try this: `gem install pry-doc --no-ri --no-rdoc`. The problem is that it tries to parse Ruby docs in a `.dat` file (it doesn't contain Ruby source code).