Peter Yanovich

Results 15 comments of Peter Yanovich

The actual problem was with slow IO in Enumerator. The usecase was something like ``` ruby enumerator = Enumerator.new do |enum| ActiveRecordModel.some.query.each do |item| enum.yield item.title end end ``` ```...

Hi! Thank you for your feedback. Weight of zero is causing this edge case. I will fix it soon

`cljs-http` doing everything properly, but, accordingly to https://developer.mozilla.org/en-US/docs/Web/API/XMLHttpRequest/send body in GET/HEAD request are not supported. which is weird.

The problem was in ns-tracker library. You use 0.3.0, while if there is a newer version (0.3.1) it will lead to wrong behavior. In 0.3.0 when you make a change...

@wolframarnold you can try my e-mongo fork (https://github.com/fl00r/em-mongo). I think I've pathced this bug time ago.

@bcg thank you for offer, but I am not sure if I could maintain em-mongo because we use `monga` gem in production. Hello to Charlottesville and to Blue Moon anyway!...

Just implemented this feature in my fork, going to check it out in production

@ivobenedito, a week in prod. While mongodb master get down, client successfully reconnected