Thomas Wünsche
Results
2
issues of
Thomas Wünsche
Currently, Pry passes the `-X` option to `less` in the class `SystemPager`, which _'Disables sending the termcap initialization and deinitialization strings to the terminal'_. This means that paging happens on...
The Pull Request pry/pry#2119 from November changed the way plugins are loaded in Pry: they're no longer autoloaded and need to be required in .pryrc. However, this does not work...