Ralph Caraveo

Results 70 comments of Ralph Caraveo

Const is preferred as a best practice these days in favor of immutability. If a declaration is immutable the compiler can typically make optimizations, and additionally you don’t have to...

This would be fantastic, if we can pull in the web-ui and serve it from an existing monitoring tool or microservice to do self-service profiling.

Excellent thanks for note! @deckarep On Wed, Nov 4, 2015 at 1:05 PM, Simon Plourde [email protected] wrote: > Hi @deckarep https://github.com/deckarep > > Indeed, custom filters are currently applied on...

Hello, I'm currently giving *Nannou* a go and really liking the framework. I thought I'd give some feedback on the audrey audio library. Looking through these thoughts, I'd like to...

@coocood - ok, finally got around to making the change. Please review and thank you.

I was seeing lots of timeouts in my situation as well. Tuning the cluster config for `Timeout` did the trick. There are two to tune: `ConnectTimeout` vs just `Timeout` both...

I agree, this would be immensely useful to catch batches that violate this limit before sending off to Cassandra.

That makes perfect sense. Thanks for the explanation! Feel free to close.

Hmm, It's certainly not a bad idea...but I do think people mostly will start with a Set from the get-go if they do need a set. There could be some...

If you’re up for writing the code with appropriate unit tests…let’s do it!