Ian O'Connell

Results 60 comments of Ian O'Connell

I think we might want ... trait Accumulator[T] { def apply(t: T) : Accumulator[T] def get: T } to account for the case your just using another data structure and...

What run time are you using? Likely if your running with a spark or storm then kryo is being injected into your classpath at the earlier version. (Exactly the issue...

@rangadi , @isnotinvain this seems like it's been around a while, discussed on its issue a bit. Any thoughts? should it get merged?

Sorry my bad, git foo on cmd line broke stuff and closed all of these

We internally use structures often where having a graceful degradation from exact down to approximate is nice. (TSAR uses these heavily), so it sort of would be nice to keep...

When/if should we take the algebra dep into algebird I wonder, that was the original intent right? Or should we start going for more Equiv typeclass usage and less =='s...

I've wondered a little about this, it currently is optimized for a reasonably low cache hit rate. If we get two values for a key we should merge right then...

I tried quickly to repo this and couldn't, so would love a PR showing the issue

Thanks for the repo case @sholokhov, its quite interesting -- so this was something related to a bazel change in 0.27, i tried 0.27 and it fails, pretty handily. But...

It sounds like maybe actions here: 1) try see if the change on bazel master would make this go away a) if so we should put a fix in until...