Mike Perham
Mike Perham
Embedded mode does not currently work with Puma's phased restart feature. Reproduce the issue, investigate and determine if we can support it. From #5646
Redis Lua requires the user to define all keys touched by a Lua script when invoking that script in order to run correctly in Redis Cluster. The problem is that...
Hi, I'm in the Rubyconf 2023 workshop and trying to build a simple table with an image_column. My API gives me an image URL like `https://ik.imagekit.io/hpapi/harry.jpg` but I noticed GDL...
I installed neovim with `brew install neovim` and then checked out Launch.nvim into `~/.config/nvim` as documented. When I start nvim, I get this unusable color scheme. What is going on?
I'm trying to use Garnet from Ruby (I'd love to see Sidekiq running on Garnet!) and find myself blocked by case sensitivity. ```ruby % irb irb(main):001> require "redis-client" => true...
I'd like to see support for not only graphing points, but also visualizing statistical outliers using the data from previous weeks at the same time of day. If I have...
`json/add/core` does not support Symbols for Hash keys today. This is a major issue for downstream systems like Sidekiq which rely on JSON for serialization because we can't transparently serialize...
`make lint` shows ~100 warnings. Investigate and fix as necessary.
When something breaks, it's often the case that several rules will break at the same time. Each cycle's email should summarize **all** the rules that are broken and not a...
Hey @fatkodima, would you be interested in integrating this functionality into Sidekiq core for 7.3 or have me do it? I've had several customers report this gem as very useful...