Bert Goethals
Bert Goethals
Alternatively... instead of passing the objects to rollout (ex: ```$rollout.active?(:feature, user)```) you can pass in the id yourself. This way you can manipulate that the ids for users and accounts...
This issue seems to have a solution. Suggest to close this issue.
Hi there, I put 5 minutes of thought int this, and I was wondering if a dark variant of this could work if instead of highlighting the characters, they would...
@paul & @ixti If you have any remarks on the PR, let me know, and I'll see to them
@ixti Took your feedback, and made the 500+ range auto retry. However, I would argue that the library should not rely any status code by default. Here is why: When...
I'll also wait to to comply with the code climate feedback, until the all human feedback is processed ;)
> I think handling different types of retry statuses is unneeded complication and supporting proc only is more than enough - it will handle all the cases. The idea is...
Made some updates! * extracted the delay logic into its own class * less procs & proc building overall * stopped handling 500+ HTTP status codes by default (see previous...
Anything I can do to help progress this PR towards merging?
Hi, I wanted to bring some (anecdotal) evidence for the true slowness we encountered. I had read this post before switching from Syck to Psych; but I assumed the impact...