-
Following the example https://github.com/http4s/http4s/blob/main/examples/blaze/src/main/scala/com/example/http4s/blaze/BlazeWebSocketExample.scala, a simplified version:
```scala
import cats.effe…
adamw updated
3 years ago
-
```
Unfortunately syncing failed, you can run with --verbose to see more details about what is going on. Please report the output to https://github.com/yannick-cw/notionfys, so I can fix it. Here is …
-
Currently, Tapir seems to derive a schema automatically for every instance without an implicit one in scope.
Although this method is convenient for fast prototyping, it leads to unexpected issues …
-
Would be nice to be able to automatically generate rest client which uses STTP from swagger docs using https://swagger.io/tools/swagger-codegen/
Contribution to https://github.com/swagger-api/swagg…
-
Upgrade `com.softwaremill.sttp`
Changelog / release notes are proving elusive. Beset I could find is: https://github.com/softwaremill/sttp/commits/v1
-
OS: Pop!_OS 20.10 x86_64
Host: Aspire A315-53 V2.03
Kernel: 5.8.16-xanmod1
Uptime: 13 hours, 22 mins
Packages: 2605 (dpkg), 31 (flatpak)
Shell: bash 5.0.17
Resolution: 1366x768
DE: GNOME…
-
I wanted to integrate Tapir with [octopus,](https://github.com/krzemin/octopus) but `sttp.tapir.Validator[T]` is not flexible enough. It is possible to use the `Custom` one, but it takes a `doValidate…
-
It looks like the server is not getting spun up correct? I am using a non standard `--rpcport`
>java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.Pl…
-
Repro code: https://github.com/sujeet/sttp-unicode-bugreport
Affected version: 2.2.5
Summary below:
When server serves `"ह"`,the JVM sttp client returns it correctly as
```
"ह" (string) or as B…
-
Hi,
I am getting the follow error on Ubuntu 19.04 (but works fine on my desktop, just not remote server).
```
[warn] Thread[Thread-1,5,main] loading sttp.model.internal.UriCompatibility$ after…