Patrick Sharp
Patrick Sharp
use with redis 4.8.1 results in Redis#sadd will always return an Integer in Redis 5.0.0. Use Redis#sadd? instead.(called from: /Users/jakanapes/.gem/ruby/3.1.3/gems/redis-namespace-1.11.0/lib/redis/namespace.rb:564:in `wrapped_send') I can see it being called here /Users/jakanapes/.gem/ruby/3.1.3/gems/resque-scheduler-4.9.0/lib/resque/scheduler/delaying_extensions.rb:93:in `delayed_push'
We are using resque-scheduler-web along with resque-web to get the scheduled and delayed tabs in the resque UI, but that gem hasn't been updated in 7 years. I had to...
Redis 5.3.3 Ruby 3.1.3 Rails 7.0.4.2 redis gem 5.0.6 resque gem 2.4.0 Just upgraded the redis/resque gems and their dependencies and am getting this intermittent error ERROR -- : ERR...
https://github.com/wvanbergen/vertica/issues/76
Trying to run queries on a connection through the `query` method and receiving the following warnings. ```ruby /Users/jakanapes/.gem/ruby/2.7.1/gems/vertica-1.0.3/lib/vertica/row_description.rb:19: warning: Using the last argument as keyword parameters is deprecated; maybe **...
Is there an example of the copy process for using with a rails model? Does it still need to use `attacher.set` to avoid the problem of deleting the original? Or...
```bash Gem::Ext::BuildError: ERROR: Failed to build gem native extension. current directory: /Users/jakanapes/.gem/ruby/2.6.5/gems/fast_trie-0.5.1/ext/trie /Users/jakanapes/.rubies/ruby-2.6.5/bin/ruby -I /Users/jakanapes/.rubies/ruby-2.6.5/lib/ruby/2.6.0 -r ./siteconf20210210-95916-16raxvs.rb extconf.rb creating Makefile current directory: /Users/jakanapes/.gem/ruby/2.6.5/gems/fast_trie-0.5.1/ext/trie make "DESTDIR=" clean current directory: /Users/jakanapes/.gem/ruby/2.6.5/gems/fast_trie-0.5.1/ext/trie make...
Not sure if this is an issue with FF's HAR file or the tool, but image files only capture about half of the image on the site
A simple rails example with some tools and resources would be immensely helpful