-
I'm running into the following "Predicate failed" error, while attempting to validate / decode a `Scope` of "email profile" included in the client credentials grant access token returned from my ident…
-
I am running a simple code like below on version 1.3.3
```scala
import cats.effect.{ExitCode, IO, IOApp}
import fs2.Stream
import io.github.paoloboni.binance.BinanceClient
import io.github.paol…
-
I'm running into a decoding failure when attempting a client credentials grant because my identity service is not returning a value for `domain` that `AccessTokenResponse` expects: https://github.com/…
-
# Schema Inaccuracy
The `code-scanning-alert-dismissed-reason` schema component of the specification of api.github.com is defined as follows:
```yaml
code-scanning-alert-dismissed-reason:
ty…
-
We need a STAC Client for #56. There is a work in progress PR to provide one to the stac4s library at https://github.com/azavea/stac4s/pull/140.
To complete that PR, we'd like to:
- Migrate blaze …
-
This issue is to track dependencies and blockers.
CE3 tracking issue: typelevel/cats-effect#1330
PR with CE3 changes: #374
Dependencies affected by CE3 migration:
- [x] cats-effect - relea…
-
Tapir version: 0.19-M2
Scala version: 2.13.6
**Describe the bug**
**What is the problem?**
Individual HTTP4S routes generated from Tapir endpoints do not compose properly using the `` which …
-
## Description
## What did you expect to happen?
Trivy should report CVE-2021-44228.
## What happened instead?
It did not show any vulnerability.
## Output of run with `-debug`:
…
-
```
val baseUri = uri"http://fake-api.foo.io/v1"
val strPath = "/qwerty/azerty/doe"
baseUri.addPath(uri"$strPath".path)
res7: sttp.model.Uri = http://fake-api.foo.io/v1//qwerty/azerty/doe -- th…
-
What do you think to add a dedicated `Schema` for `NonEmptyList`, currently the `Schema` for `Nel` is derived as if it is a normal case class so in the doc we see something like this:
```
{
hea…