Justin Workman
Justin Workman
Is it possible to use Sidekiq-Status with Superworker now? The issue is 4 years old, just curious if there have been developments
Closing as this project has moved to https://github.com/BattlesnakeOfficial/awesome-battlesnake
Thanks - we actually ended up moving away from using mv-postgresql so we could do our upgrades now, so it's not an ASAP need for me but I'm sure others...
I've started work on this but ran into a snag. The text transitions out, but is not replaced because the `transitionend` event is seemingly not firing. Could you take a...
You're right, I should have been using `animationend` instead of `transitionend`! I was also forgetting to remove the animation classes after it completed. My branch has been updated accordingly. There...
I'm after the same functionality (getting structured logging from CloudWatch into New Relic and letting New Relic parse the JSON). CloudWatch says it has some support for structured logging (irrespective...
It would be nice to be able to specify required vs optional keys in different environments. I have some keys that are required in production but not in dev/test.
I just confirmed that if I call `debug_moves()` then the printed visits for each move can be totaled to get the number of playouts. The problem is I don't see...
I'm experiencing this issue as well with Chrome and Firefox on Windows 7.
When I encountered this error, adding an empty `tests/acceptance` directory wasn't enough to fix it, but generating a new acceptance test did. Just sharing that in case anyone is in...