Ross A. Baker
Ross A. Baker
An implicit `F ~> G` doesn't make a lot of sense to me unless it expresses a relationship to other operations (for `MonadPartialOrder`, the `Monad`; for `KindTransformer`, the `limitedMapK`). A...
The closest prior art I've found to `KindTransformer` Haskell is [Inject](https://hackage.haskell.org/package/functor-combinators-0.4.1.3/docs/Data-Functor-Combinator.html#t:Inject). The `hmap` is like `mapK`. The `inject` is like `liftK`, except the `F` remains in the signature. Frustratingly, it...
I wouldn't want a circe-core-0.15 triggered for this need. A circe-yaml-0.15 would be fine by me ... but I don't envy the questions that would come their way on that.
Could be. It [quotes the same kind of CVE](https://bitbucket.org/snakeyaml/snakeyaml/wiki/CVE%20&%20NIST.md) with the same kind of rant, so it might not help with the original use case of hushing Dependabot, but may...
Is there a reason that one couldn't be backported? We're only painted into that corner in the few places we log pure code.
Oops. I overlooked that the `logger` at hand was `SyncIO` until I looked at it in an $EDITOR and with my $BRAIN.
One can also imagine a priority queue here, but that would require an enhanced borrow interface that accepted a priority as an argument.
There is a `withSslContextAndParameters` method that lets you specify an `SSLContext` and the `SSLParameters` to apply on any resulting engine. There's no friendly application.conf like Akka, but it should provide...
I'm a bit concerned that's masking an actual bug. Why shouldn't it work up to 100%?
We started seeing a similar failure on a patch version of Java 11 that went away on another patch. I think it's changes in the JVM's SSL implementation, and not...