Daniel Schierbeck

Results 116 comments of Daniel Schierbeck

(Also, I'd be happy to implement this if you agree with the design.)

@grosser we've switched to caching with Nginx in the meantime :-x I probably won't have time to look at this in the short term, but it shouldn't be too difficult.

Now I get this instead: ``` test_png_request_returns_an_PNG_file(NavigationTest) [/home/daniel/Projects/rqrcode-rails3/test/integration/navigation_test.rb:19:in `test_png_request_returns_an_PNG_file' activesupport (3.0.7) lib/active_support/testing/setup_and_teardown.rb:67:in `__send__' activesupport (3.0.7) lib/active_support/testing/setup_and_teardown.rb:67:in `run' activesupport (3.0.7) lib/active_support/callbacks.rb:419:in `_run_setup_callbacks' activesupport (3.0.7) lib/active_support/testing/setup_and_teardown.rb:65:in `run']: expected but was . ```

I'm not keen on the refinement stuff; the DecodedMessage change should be backwards compatible in practice, since I doubt people are actually using the enum aspects. Can you break the...

Well, as a library author I only care about what people _actually_ use 😆 If Refinements aren't in widespread use, I see no reason to make backwards incompatible changes to...

@katpadi it could be that you're maxing out how fast the process can produce to the cluster – this could be due to any of a number of factors. `produce`...

I would love to see users try this out before merging.

You can look at the included Datadog metrics reporter and clone that for OT. I don't think OT is yet at a level where I can make it the _only_...

I think you're better off building your own async producer – it's not a lot of code, as you can see from the ruby-kafka implementation, and would give you direct...