Piotr Murach
Piotr Murach
Hi Matti, Thanks for reporting this! Well, testing strings can be a frustrating given that one character can make the whole thing fail. The `rspec` doesn't make it easy to...
This is not supported. Why is that? It is impossible to distinguish between command argument and subcommand name. To make it more concrete: ```ruby mytool main arg # the arg...
I view documentation as essential to tty adoption. So I'm always happy to receive PRs improving the docs! If you can chunk your changes into smaller PRs that will be...
Hi Matti, Thanks for using `tty` and reporting this. In my experience, you get this behaviour due to `git` not tracking the files in newly generated project. Adding exe directory...
Hi Jon 👋 Thanks for using `tty`! You're right about the intention behind templates. This functionality isn't documented as it is not implemented yet. Adding templates generation was the first...
Hey Guillem, Thank you for using this lib! I'd definitely like to fix the situation. I think this is due to the fact that I'm using escape codes to actually...
I had a bit more in depth look at this issue and there isn't an easy fix. The whole logic for painting these menus relies on moving the cursor relative...
@lflucasferreira I hope you don't mind me asking but are you visually impaired? Is this issue affecting your use of assistive technology such as terminal screen readers as discussed in...
Hi Nick 👋 Thanks for giving the `tty` project a try. I do apologise for the not-so-great experience. This gem requires an update! Thanks also for this report! It seems...
Hi Ryan! Great that you're giving this gem a try! The `tty` is built on top of bundler. Bundler is not a 'soft' dependency for just installing gems, the `tty`...