-
The following dependencies need to be upgraded and released first:
- [x] [zio-query](https://github.com/zio/zio-query/pull/65) (critical issue found in ZIO)
- [x] [zio-interop-cats](https://github…
-
Currently `OpenTracingBackend` relies on span marked as active in the `Tracer` when creating a new span. This is correct yet not very convenient for use cases which dont use this method of span propag…
-
Currently websockets are unsupported:
```
class SttpBackendStub[F[_], S] private (
monad: MonadError[F],
matchers: PartialFunction[Request[_, _], F[Response[_]]],
fallback: Option[S…
adamw updated
4 years ago
-
Hi,
I am always getting sttp error when I run the demo app from android speech. I am playing video/audio in background with English language to get live transcribe.
After debugging I found that it…
-
Tapir version: v0.16.2
**Describe the bug**
When using `Endpoint.serverLogicForCurrent`, the input is set as empty as well as the `I` type to `Unit`:
https://github.com/softwaremill/tapir/blo…
-
Moved https://github.com/softwaremill/sttp/issues/540 here
@RobertoUa
```scala
object SttpError extends App {
import sttp.client._
val url = "http://localhost:8888"
val path1 = "proj…
-
It looks like it was dropped between 2.0.9 and 2.1.0:
https://repo1.maven.org/maven2/com/softwaremill/sttp/client/core_2.13/2.0.9/
https://repo1.maven.org/maven2/com/softwaremill/sttp/client/core_…
-
```scala
object SttpError extends App {
import sttp.client._
val url = "http://localhost:8888"
val path1 = "project"
val path2 = "/project"
uri"$url/$path1" //works
uri"$url$p…
-
I've got a project using scala 3.0.0-M1 (https://github.com/softwaremill/sttp-model), and I think there's some incompatibility with the versioning scheme and projectmatrix. sbt itself loads fine, and …
adamw updated
3 years ago
-
For example,
Scopt has Scala-Native artifacts: https://index.scala-lang.org/artifacts/scopt/scopt
But it does not list it on the project: https://index.scala-lang.org/search?q=scopt
This is b…