Stan Hu
Stan Hu
I'm waiting for https://github.com/redis/hiredis/pull/1085 to be merged. I also stopped working on #87 because I think we should deprecate this gem and use redis-client (https://github.com/redis-rb/redis-client/blob/master/hiredis-client/ext/redis_client/hiredis/hiredis_connection.c), which fixes all the issues...
Ok, I may continue working on #87 since hiredis-client also mandates Redis 6, which may be an issue for some legacy clients. I'd like to see https://github.com/redis/hiredis/pull/1085 merged and released,...
I should also mentioned that #87 requires a change in `redis-rb`, so that may also block adoption.
To be clear, `hiredis` supports SSL, but `hiredis-rb` does NOT yet support this. https://github.com/redis/redis-rb/pull/1077 should be reverted. See the ongoing work in https://github.com/redis/hiredis-rb/issues/58#issuecomment-1210983319.
Thanks! The workaround in https://github.com/pivotal/LicenseFinder/issues/828#issuecomment-1054114195 worked for me. I noticed the problem also resolved if I commented out these lines: https://github.com/pivotal/LicenseFinder/blob/4d2390fd15cb9501fdb26df47030c326fb2eb1f2/lib/license_finder/package_managers/bundler.rb#L63-L64 I wonder if those lines can now be dropped...
https://github.com/pganalyze/pg_query/pull/257
> I think pgbouncer SHOULD NOT include any kind of filter feature to drop specific queries. Our application never sends `SET application_name`. It does, however, set `appname` in the connection...
> I hope you understand that the problem is not pgbouncer but the application that sets the appname in the connection string and the Ruby library that sets fallback_application_name. Yes,...
Thanks for doing this! I had to insert a `ClickhouseActiverecord.load` in my initializer, or my Rails application would fail with: ``` 4: from /Users/stanhu/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/activerecord-6.1.4.6/lib/active_record/connection_handling.rb:90:in `connects_to' 3: from /Users/stanhu/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/activerecord-6.1.4.6/lib/active_record/connection_handling.rb:90:in `each' 2:...
@realdoug Would you consider transferring this project to the OmniAuth group (https://github.com/omniauth/), and giving some members privileges to push to RubyGems?