-
#### Describe the bug
The dependency:
com.softwaremill.sttp.client/async-http-client-backend_2.11@2.0.7
is falsely identified as a HIGH severity CVE from a different dependency:
http://web.nvd.ni…
-
From [gitter](https://gitter.im/softwaremill/tapir?at=5f23e9738d82e66252f722e6):
```
hello folks, is there an easy way to turn an Endpoint into an org.http4s.Request[IO] that I can then run agains…
adamw updated
3 years ago
-
We're right at the finish line! The outstanding PRs are:
- #588: reviewed by @japgolly, needs a final review
- #592: reviewed by @sjrd, based on #588
- #593: basically ready, let's get this one in …
-
The 1.5.0 version of SBT is getting closer, and with this release the behavior of evictions is changing. There's been a discussion (https://github.com/sbt/sbt/pull/6221#issuecomment-776684244) on this…
-
```scala
private val version = "3.1.2"
lazy val `sttp-circe` = "com.softwaremill.sttp.client3" % "circe_2.13" % version
```
results into
```
[error] Not found
[error] not found: /Users…
-
My first use-case is simple; I want a path matcher which matches either to a `Long` or the exact string `"actual"`.
In akkaHttp I could write a matcher like;
```scala
def fallbackMatcher(default:…
-
Travis CI has had its time, but I've had a better experience with GitHub Actions and Daniel's generative sbt plugin. We should migrate the build to use that instead.
The obvious issue with the migr…
-
This came up with @smarter at https://gitter.im/typelevel/general?at=6086d87e81866c680c48df4f
> I've recently added a bunch of Scala 3 syntax under that flag to allow us to deprecate and potentiall…
-
Are there any dependencies blocking a publish of 0.14.0-M4 for 3.0.0-RC2?
aeons updated
3 years ago
-
Tapir version: 0.17.1
Scala version: 2.13.4
**Describe the bug**
While using the Fs2 based WebSocket *client* implementation (backed by JDK HttpClient), I noticed long text messages are trunc…