Mike Perham
Mike Perham
I noticed the array_enumerator method has the same issue, the size will be wrong if any elements are dropped by the cursor because it references the original array and not...
I'd like to see a pure version of io-event which does not have a native extension at all. Can the current state of non-blocking IO in Ruby support this ideal?...
I had my own fork on nio4r where I ripped out the native extension. I'm trying to avoid the same here, maybe instead I should do the research on how...
It's an improvement, I'd still have to install make but that's far less than a full compiler suite.
Longtime fan of the `assert` package here.
The issue here is that `mail` 2.8 now requires net-imap and almost every Ruby app that sends email via SMTP is now pulling in `net-imap` **even though** most of them...
I think explicitly locking versions with a comment is superior to using Bundler in a non-default mode. The KISS principle. 99% of Ruby developers, including myself, have no idea what...
Here's the new registration API and example extension. Let me know what you think, everything is still malleable so feedback would be appreciated. I still need to add a test....
Your job payload has enqueued_at as a String rather than a Float as Sidekiq expects it. How did you created the job?
I think you'll need to show us the exact job payload. Can you get it out of Redis with `redis-cli`?