Bartłomiej Wierciński
Bartłomiej Wierciński
Hello In my application I'm using AkkaHttpBackend which is `SttpBackend[Future,...]`. In the logic of the application I'm using `cats.effect.IO`. The sttp3 provides new syntax for my use case, which is...
I want to achieve: ```scala sealed trait Status extends Product with Serializable object Status { case object A extends Status case object B extends Status case object C extends Status...
support of [weaver test framework](https://github.com/disneystreaming/weaver-test) this framework works best when a tested code is based on cats effect. i'm keen to contribute
possible bug: if this check (`isBefore`) is evaluated just before token expires, then because of duration of request dispatching and network latency, when the request will come to the requested...
**Is your feature request related to a problem? Please describe.** I've tried to install webui on a docker running in [rootless mode](https://docs.docker.com/engine/security/rootless/). Unfortunately, the instructions don't work for rootless. The...
is Java 8 still supported by Kamon? based on [this instruction](https://kamon.io/docs/latest/guides/installation/manual-instrumentation/), the answer is yes. the support of JDK 8 dropped a while ago and most developers are using greater...
the [NR documentation (chapter about keys)](https://docs.newrelic.com/docs/apis/intro-apis/new-relic-api-keys/#other-keys) states that Insights insert key are **deprecated / not recommended**. > This key is still in use but we highly recommend using the license...
``` Exception in thread "main" com.ocadotechnology.sttp.oauth2.common$OAuth2Exception: Client call resulted in error (200): Missing required field: DownField(user_name) at com.ocadotechnology.sttp.oauth2.PasswordGrantProvider$.$anonfun$apply$5(PasswordGrantProvider.scala:30) at cats.syntax.EitherOps$.leftMap$extension(either.scala:193) at com.ocadotechnology.sttp.oauth2.PasswordGrantProvider$.$anonfun$apply$4(PasswordGrantProvider.scala:30) at sttp.client3.monad.IdMonad$.map(IdMonad.scala:8) at sttp.monad.syntax$MonadErrorOps.map(MonadError.scala:60) at com.ocadotechnology.sttp.oauth2.PasswordGrantProvider$.$anonfun$apply$2(PasswordGrantProvider.scala:30) at sttp.monad.syntax$MonadErrorOps.flatMap(MonadError.scala:61)...