Piotr Murach
Piotr Murach
Sure thing. The logic responsible for the `select` is in [list.rb](https://github.com/piotrmurach/tty-prompt/blob/master/lib/tty/prompt/list.rb) and for the `multi_select` in [mulit_list.rb](https://github.com/piotrmurach/tty-prompt/blob/master/lib/tty/prompt/multi_list.rb). The test files match the prompt names.
Hi Artur, Thanks for using tty gems! It would be really sweet if you had time to work on fixing this bug in `strings`. Also, please open an issue on...
Hi Michael, I would really appreciate contribution from your side, even discussion of the api would be a huge step forward. Since you would like this feature implemented I assume...
@moortimis This hasn't been implemented yet in this library. I was hoping for discussion and review of my initial thoughts. Do you have an example of how you would like...
Hi Myles 👋 Thanks for using `tty-table`. I'm in favour of this feature. Do you have time to contribute PR?
I haven't had time to look into filtering yet. It is another thing on my list. I'm rather surprised that the alignment doesn't work for you. Have you run the...
The thing with filtering is that it is run as a last operation after the padding, alignment had a go on formatting the individual field. Therefore, even if I change...
Thanks for using the library! It has some rough edges still, auto resizing is one of them. However, you should be able to flip the orientation: ``` ruby table =...
As things stand the renderers logic is a bit convoluted for what it needs to be and much cleaner/simpler api is needed. My preference would be to create similar interface...
@markpitchless Thank you for pointing out the issue! This is very helpful. As far as I'm concerned I would be keen for the bug to be addressed directly in the...