Results 97 issues of Danny Ben Shitrit

It seems that the color preferences are no longer respected in 1.4.0. I was looking through the release notes, and did not see anything to explain it. ### What version...

bug
hterm-fallout

Hello, I am working with multi logger for quite some time in development, and in production, and it works nicely and I cant live without it... :) I am experiencing...

Of course you also have a gem for string inflection... You are my one stop shop for "gem supplies" 🛒 ### Problem `Strings::Inflection.plural?` on irregular plurals fails. ### Reproduction ```ruby...

This gem takes way too much space, due to all the files in the [ext folder][1]. I think this is unsustainable, and a different approach should be considered. [1]: https://github.com/envkey/envkey-ruby/tree/master/ext

I must be missing something obvious, but I am unable to make rye connect to my local vagrant box that is password protected (not SSH key). This is what I...

Just running `redis-dump` generates this error for me: ``` /home/vagrant/.rbenv/versions/3.1.3/lib/ruby/gems/3.1.0/gems/uri-redis-0.4.2/lib/uri/redis.rb:93:in `': uninitialized class variable @@schemes in URI (NameError) Did you mean? scheme_list from /home/vagrant/.rbenv/versions/3.1.3/lib/ruby/gems/3.1.0/gems/uri-redis-0.4.2/lib/uri/redis.rb:4:in `' from :85:in `require' from :85:in...

All the fields in the [contact form](https://marketstack.com/contact) are filled properly, but I keep getting this error when submitting without any explanation as to what is wrong with my input. ![image](https://user-images.githubusercontent.com/2405099/187211198-39721f8c-75ad-4b2a-b4b1-177b357842ed.png)

When running on Ubuntu, inside a tmux session, I am getting this error: ``` Unsupported terminal 'screen'. ``` When running this code: ```ruby require 'rutui' screen = RuTui::Screen.new ``` Is...

Nice gem! It would be nice to have a section in the readme demonstrating how to use it from within Ruby code - assuming it is user-friendly. I am sure...

I have implemented `RemoteSyslogLogger` successfully for the most part, but with one of the implementation points I am getting this error: ``` RemoteSyslogLogger::UdpSender error: IOError: closed stream ``` without any...