Piotr Murach
Piotr Murach
Hi William, Thanks for using `tty-table` and contributing. Agreed, there should be a way to disable automatic rotation. I'm not sure though this is the approach I'd take to tackle...
I share your naming concern. Having said that, I usually stay away from naming options `auto_` even if the behaviour is indeed automatic. If `rotate` was a method then I...
Thanks for using the library. This looks like a bug to me. There are already open issues related to separating records, it may be worth reviewing them. I'm currently too...
Great idea! Please submit PR with whatever you can translate. 🙏
This would probably work best as a comparison table. However, `strings-case` is more focused and various bits will be done by other `strings` components which I stared [documenting](https://github.com/piotrmurach/strings#4-components) in the...
I will add a comprehensive migration guide in the [strings](https://github.com/piotrmurach/strings) project itself when all the gems are updated. My goal is to achieve as much compatibility as possible to make...
Hi Corey, Thanks for using `tty-reader` and expressing enthusiasm for this feature. I'm currently working on releasing `tty-prompt` and `pastel` gems and have more things on my open-source plate to...
More detailed api would include: ```ruby reader.completion_append_character # Character appended to completed words reader.completion_items # maximum number of matched items, by default 100 reader.match_hidden_files # by default matching current directory...
This looks great! I excited about the behaviour as well. As far as complexity goes I think it's still can be split between `tty-reader` and `tty-prompt`. The `tty-reader` would be...
@zzyzwicz As I recall I had a somewhat ready implementation for basic completions implemented. Will need to review it and remind myself where I left it off. I also wish...