Joshua Balloch
Joshua Balloch
To anyone interested, I just updated this PR. I didn't notice a problem with changing from `callback.apply` to `callback.call`, so I reverted it; researched the problem, made the change and...
I think this is a great idea. Anyone made any progress on it yet?
@MarcDD I found this issue that is related to your question: https://github.com/meltingice/ajax-chosen/pull/31 However, I have tested this myself and have yet to make this work. Will update you otherwise.
@MarcDD I have verified that this works, check the link in the previous comment.
I ran into this error as well - looks like pretty much the same issue: ``` TypeError: Unsupported command argument type: NilClass /Users/users/code/clients/project/.bundle/ruby/2.7.0/gems/redis-client-0.7.4/lib/redis_client/command_builder.rb:75:in `block in generate' ``` I looked over...
@rromanchuk I don't have a quick patch - however, if you upgrade sidekiq to 6.5.6 or later, the Sidekiq gem pins Redis to 4.8.0, so it fixes the issue. I...
Any update on this issue? I just ran into it on an umbrella app as well
@jgdavey sorry for the late reply. Yeah that makes sense, I'd love to figure out something that works. I'm totally lost in the repo, though - never really tried writing...