Michael Foley
Michael Foley
This has been partially implemented at Poll Everywhere as `WithJobStatus`. It's dependent on Redis so some effort will be needed to port it to Quebert.
Thanks. This sounds like a feature that can be useful. Can I ask why you decided to add this feature?
I'd love to add this feature to the gem. Can you please: 1. Fix it up as a normal PR 2. Add tests 3. Consider refactoring so that `Random.new` isn't...
FWIW I usually narrow down Vim slowdowns by commenting out all the plugin loading in my `.vimrc` (`Plug` or equivalent) and then restoring them one-by-one. It's often a plugin I...
> You can achieve the same behaviour using around-hook and regular ensure. This is a great example. Maybe this PR can be updated to simply add that example to the...