Thrillpool
Thrillpool
If you try to do ``` io.circe.yaml.parser.parse(new InputStreamReader(null)) ``` Then you get a compilation error ``` type mismatch; found : java.io.InputStreamReader required: String ``` I would imagine this change to...
More an observation than anything else, since the readme does only guarantee support from node 12 onwards, though actually to me it looks like it would fail until node 14....
### Describe the issue If we read https://sdk.amazonaws.com/java/api/latest/software/amazon/awssdk/http/SdkHttpConfigurationOption.html it says CONNECTION_ACQUIRE_TIMEOUT is ``` Timeout for acquiring an already-established connection from a connection pool to a remote service. ``` The implication...
I notice that as of 2.13 (of cats-core), due to https://github.com/typelevel/cats/commit/c44252155c3e38ffc8201db5b43c013f2bf41d08#diff-7c156dc8732800194b79210cf462828782dcdf1b516cfc26f72afe892f8d279cR53, if you have like ``` class C extends cats.instances.AllInstances {} ``` and compile against scala 2.12, you get compilation...