Daniel Lo
Daniel Lo
Greetings, The redis gem is now deprecating the usage of redis.pipelined w/o a block being passed to it Here is the warning: from this line of code: https://github.com/redis/redis-rb/blob/master/lib/redis/pipeline.rb#L56 ``` Pipelining...
Greetings, I just clicked on "remove" when I ment to click on retry. (OPPS) Could the resque team consider a minor feature request and place remove on the far left...
In regards to #468. I missed that resque-scheduler was _completely_ stand-alone and wouldn't catch on to that I use a different redis database other than the default 0 for resque...
The custom relation names, initially confused me. I added some verb-age to help explain how the relationships worked.
Greetings, I was reviewing the documentation for loading a gem via: "gem .... path: dir" in an attempt to install a gem directly from the file system. ### Site Documentation...
# Bug report ## Versions Faker 2.22 (Only this one, tested 2.20, 2.21), Rails 7.0.3.1 Ubuntu 20.04 LTS ## Describe the bug Sets of values are being generated in a...
TL;DR: Rails 7.1 requires Rack 3 and Resque-web cannot support Rack 3 (due to sinatra). Can Resque-web be made into it's own gem? Greetings, This appears to be a partial...
Added note about dependency requirement of rack-session 2.0.0 using Rack 3, which sinatra does not support. Suggesting to user that they downgrade to rack-session 1.0.2
**Is your feature request related to a problem? Please describe.** I'm constantly caught between switching between camelCase and snake_case as addressed in these previous issues: * https://github.com/rmosolgo/graphql-ruby/issues/4563
Greetings, The new version of net-http 0.7.0 breaks HTTParty indirectly. Here is the releases change log: https://github.com/ruby/net-http/releases Default Content-Type Removed The default behavior of automatically setting the Content-Type header to...