Ondra Pelech
Ondra Pelech
> 2.0.16 Which happened more than one and half year ago https://github.com/coursier/coursier/releases/tag/v2.0.16 New stable release would surely be warmly welcomed :heart:
They say they don't do it anymore https://github.com/foojay2020/discoapi/issues/20#issuecomment-803429397 :shrug:
Btw, maybe it should be `Map[String, NonEmptyVector[String]]`, because if the header name is in the map, the values are guaranteed to be there. We do have `NonEmptyVector` available, right?
I've settled on doing it this way, which is already possible in current ZIO 2 ```scala object MyServiceImpl { ... private[server] val layer = ZLayer.fromFunction(apply _).map(_.prune[MyService]) ```
We upgraded Bulldozer to 1.13.2 from 1.10.1 (and Policy-bot to 1.22.1 from 1.20.0). @AnetaKvapilova could you fetch the logs from one of your problematic PRs for @bluekeyes :pray: ? Let...
@jcazevedo @ruippeixotog guys do you think you would find time to have a look at this PR anytime soon? :pray:
@ruippeixotog thanks for the feedback! I've reworked the PR to make it conceptually much more simple and more streamlined with the other modules. Integrating http4s builders with PureConfig is a...
@jcazevedo there's probably a misunderstanding (btw are commenting on the previous `664f678`, or the current `02e037e` implementation) I too am striving for as minimalistic, lean, zero maintenance and as unopinionated...
kida, yes ```scala filterM[F[_]](p: B => F[Boolean])(implicit F: Applicative[F], o: Order[A]): F[A ==>> B] ``` to be more precise (you don't even need a Monad, mere Applicative Functor is enough)
sorry, for complicated corporate reasons, it will take weeks before I will open a PR for this -- I just wanted to test the waters that it's even conceivable that...