Andrzej Sołtysik
Andrzej Sołtysik
How is the uniformity of xxHash? Couldn't find any bechmarks wrt to that.
Looking at `scala-uri` it uses `parboiled`, which is a java library with scala wrapper. IIRC that makes it not an option as hammock is cross-published to ScalaJS.
Digging up an old issue, I've seen some orgs named like `foo-org` so `crypto4s-org` is also an option.
> does it make integrating other providers more difficult or easier? (c.f. #42) IMHO easier because after the split `Transport` can be easily made provider-agnostic. All of providers' `Client`s would...
Part of this issue will be covered by #71
@densh It looks like Travis doesn't allow the tests to make requests over http. Can it be unlocked on Travis side?
Bumping the question, @densh
Can we represent unions in a similar way? I would love a syntax like this: ``` @struct class Struct { val x: CInt = 0 val y = Union {...