Piotr Murach
Piotr Murach
@zzyzwicz Thanks for the feedback! 💯 agreed.
Hi Pablo, Thanks for using `tty-tree` gem. When I wrote this gem my focus was on processing and displaying info for directories. That's what I needed it for. In this...
Hi Mike, In short, I like your idea. A flag that toggles this behaviour seems most appropriate. I wonder if `manual_finish: true` would be a better choice to indicate intent....
Hi Andrejs 👋 Thanks for using this gem in your project. My plan was to look at the [timer](https://github.com/piotrmurach/tty-spinner/issues/44) and [multi-spinner](https://github.com/piotrmurach/tty-spinner/issues/45) issues. However, there is no reason why I cannot...
@andrcuns This is still on my list and I plan to make a release this coming weekend.
@jgarth Yes, you can. The `log` method isn't fully robust for release. Here's the [Spinner breaks on multiline message](https://github.com/piotrmurach/tty-spinner/issues/43) issue that needs resolving. My last comment summarises the problem and...
Hi Felipe 👋 Thanks for rasing the issue and using `tty-command`. Would you have time to investigate potential fix?
@codefriar I'd like this to be fixed in the `tty-command` project. I maintain many Ruby projects and have limited time. Thus I need help and encourage any contributions that get...
@ryansch Do you have any suggestions on helping tackle this issue in `tty-command` itself? I'm all for exposing streams to connect directly. This is important to solve. Any help would...
Hi Janko! Thanks for getting in touch and sharing your experience! The stdin and stdout/stderr streams are already non-blocking. I use stream select to read/write when any data becomes available....