Michael Durnhofer

Results 5 comments of Michael Durnhofer

Any updates on this (or any other way to do this)? Specifically on skipping the first debugger pause from start()? My use case is debugging in openresty and using a...

I'm only one commit behind (so I don't have google universal fix: https://github.com/jkrall/analytical/commit/e13e361c8d1c2ab371071d58d7833c4f6c7e4c11). I've been using it for Mixpanel and it has been working fine for me. The current gem...

This is very dangerous and gives false positives about records not existing. I have seen this in phpredis 4.2.0 using hGetAll() and get(). If "false" is supposed to mean that...

I found that using multi(Redis::PIPELINE) / exec is also another way to deal with the issue in one request (rather than an extra request for ping()), as it returns false...

https://github.com/mdurn/carrierwave_backgrounder/commit/01289a1136b6f93b21eaf1733249b909ad06f156 Here's an initial pass at getting the callbacks working. Specs have been added and are passing. I have not manually tested this out, though, so it would be great...