Piotr Murach
Piotr Murach
Hi, This is an awesome plugin you have there:) I thought I will use one its features for deletion tracking in Rails 2.3.8 using vestal_versions v. 1.0.2 as in class...
Search source for a matching input and display matching list as characters are entered.
@craiglittle I feel as though we should drop the `on_transition` callback, I haven't used it myself and don't really see a reason any more for its existence?
As suggested by @janko-m, this library would benefit from ability to stream binary data chunk by chunk to stdout/stderr when available from the running process. > I didn't want to...
Creating tables where you know the desired column widths (number of characters or percentages) but you don't know the number of rows yet, because you'd like to stream the rows,...
@jemc My initial stub at high level api would be something along these lines: ```ruby LIST = ['delete', 'update', 'search'] reader = TTY::Reader.new reader.completion_append_character = " " reader.completion_proc = ->...
@roscom suggested in [tty-prompt issue](https://github.com/piotrmurach/tty-prompt/issues/103) "Secondly, I currently manage the history in a redis cache, outside of rb-readline which is then available to all users. On session start up, the...