Piotr Murach
Piotr Murach
Thanks for reporting this! This gem is part of the `strings` family that I'm trying to put together. It's relatively young so still has some rough edges and growing to...
Thanks, @DannyBen for investigating. I think the root cause is not necessarily pluralization of plural words, but more precise, pluralization of irregular plural words. ```ruby Strings::Inflection.pluralize("words") # => "words" Strings::Inflection.pluralize("mice")...
Sorry for closing - pressed mouse somehow with a pointer on 'close and comment'...
Thanks for submitting this issue. 🙏 > It's not just iTerm & VTE based terminals. At the time this gem was created this was the case. These were the first...
> The official mechanism would be to query the terminfo database for the capability This sentiment is not universally appreciated. See the comments from the [kitty terminal issue](https://github.com/kovidgoyal/kitty/issues/68) in regards...
Hi @Fjan 👋 Thanks for raising this issue. The pattern that I use to match Windows includes the `mingw`, so it should theoretically detect the Windows system. Therefore, I'd be...