Patrick Roemer
Patrick Roemer
(elastic4s version: 8.2.1) It would be nice if there were a way to add custom headers per request, e.g. propagating an `X-Request-ID` header for request correlation. The underlying Java client...
Currently, `Codec#json()`, used by `TapirJsonCirce`, will interpret an output type of `Option[*]` as designating an optional body: If the value is `None`, the response will override the underlying JSON codec's...
It looks like neither `assembleArtifact := false` nor `_.withIncludeScala(false)` have any effect in Scala 3 projects. To reproduce, I created a Scala 3 project from scratch via `sbt new scala/scala3.g8`....
According to the spec, the `$id` attribute allows arbitrary URIs. The test suite covers URLs and URNs. It might be helpful to have a canary with another URI type, e.g....
naive copy of test cases for URN in `$id` with tag URI values for issue #797