-
Deriviation of Schema failed for tagged types with error:
```
[error] bad qualifier received: mkAttributedQualifier(, )
macro expansion has failed: scala.reflect.internal.FatalError: bad qualifier…
-
**Describe the bug**
I attempted to run the following import on my local franklin instance:
```
bloop run application -- import-catalog \
--catalog-root https://aviris-data.s3.amazonaws.com/st…
-
Currently `SttpFile.fromDomFile` expects `sttp.client.dom.experimental.File` instead of `org.scalajs.dom.raw.File`.
Similarly, `sttpFile.toDomFile` returns `sttp.client.dom.experimental.File` instead…
-
Tapir version: 0.17.0-M10, 0.16.16
Scala version: 2.13.3
**Describe the bug**
An endpoint with a raw multipart body input (`.in(multipartBody)`) provides a faulty `parts` list to the server l…
-
**Description**
The default C++ boost installation missing is missing `uuid` include only headers, i.e., `C:\hostedtoolcache\windows\Boost\1.72.0\x86_64\boost\boost\uuid\uuid.hpp`
**Area for Tri…
-
Right now the host is always required. In the scala.js context it is desireable to operate with relative uris, just like a standard Javascript `Ajax.get("/srv")` call on the client side in the browser…
-
Hi there!
I'm looking for a way how to support a WebSocket server with ZIO Stream integrated.
So I have the next endpoint:
```scala
val websocketEndpoint
: Endpoint[Unit, Unit, Stream…
-
Hello all,
I'm seeing this eviction warning in SBT when adding in `async-http-client-backend-future`.
```
[warn] Found version conflict(s) in library dependencies; some are suspected to be bina…
-
There are few typos in `Note` section at these pages:
https://sttp.softwaremill.com/en/latest/requests/basics.html
https://sttp.softwaremill.com/en/latest/requests/streaming.html
https://sttp.soft…
-
I am following the doc for:
```
AsyncHttpClientZioBackend()
.flatMap { implicit backend =>
val localhostRequest = basicRequest
.get(uri"http://localhost/test")
.respo…