Michael Pilquist
Michael Pilquist
Also look at https://github.com/typelevel/skunk/pull/559
@tpolecat Do you recall the rationale for pool-party over keypool? I'd like to decide what to do with `Pool` before 1.0 final.
Some things to consider on this one: - should this be configured globally (e.g. via environment variable or system property) or via session level configuration parameter (e.g. `Session.Builder[F].withPrettyInfo(false)...`) - emojis...
> I wonder if the None cases can be represented as a SocketAddress[Host] where the host is the wildcard address and the port is zero. Good idea. I opened https://github.com/Comcast/ip4s/pull/648...
I tried adding a test in c521068 but it fails on Mac w/ Colima due to permissions issues. The new container fails to start with this error: ``` 025-03-25 12:57:24.774...
Need to lazily load socket options that were added in Java 9+. Here's an example failure with 3.13.0-M2 and http4s tests running on Java 8: ``` java.lang.NoSuchFieldError: SO_REUSEPORT at fs2.io.net.SocketOptionCompanionPlatform.$init$(SocketOptionPlatform.scala:75)...
UnixDatagramSuite on Linux is failing due to https://github.com/jnr/jnr-unixsocket/pull/107. Will exclude it for now.
Going to merge this one this week unless there's any objections.
Fixed, issue was due to a local package name conflict
Awesome, thanks for digging in to a gnarly part of the library. Some questions below. Not sure if this is the right approach or not but definitely worth exploring. >...