Michael Pilquist
Michael Pilquist
scodec upgrade is blocked on this: https://github.com/scodec/scodec/pull/418
@vbergeron Thanks! I lean towards closing this one and sticking with 16 as max built-in arity unless folks really need it for cross-compilation with Scala 2 code using Skunk. For...
Yes please!
I'd love a pure Scala implementation that's used by JVM/JS/Native - preferably without any dependencies. We could do this either inline here or as a standalone zero dependency project under...
http://www.unicode.org/reports/tr46/ is a good reference, including the mapping table and instructions for how to implement the conversions.
I like the way the plan is shaping up! If we have a typelevel/idna repo, would we need anything in ip4s to integrate with it? Or would we just deprecate...
Oh I see, okay!
@puffnfresh @aloiscochard Take a look at the code generation strategy I'm using in https://github.com/mpilquist/simulacrum. Specifically, how `ToXyzOps` and `ToAllXyzOps` are generated.
Thanks! Read and write socket timeouts were removed in #392. We could add read timeouts back if needed for health check queries though. Can we add some test coverage?
Looks like we need a JVM upgrade on this one. > [error] (docs / Compile / paradoxProcessor) java.lang.UnsupportedClassVersionError: org/parboiled/trees/GraphNode has been compiled by a more recent version of the Java...