-
Please consider this simple example:
```
name := "http4s-retry-leak"
version := "0.1"
scalaVersion := "2.13.2"
libraryDependencies += "org.http4s" %% "http4s-blaze-client" % "0.21.4"
```
``…
-
This issue is a kind of help-wanted or feature-request, rather than a signal of some problems with Steward itself.
Is any mechanism for forcing updating dependencies in the project, not to wait when …
-
I am not sure how to use scarango with `circe` or `jsoniter` for example. Would be cool to have that flexibility!
-
The documentation site recommends starting with blaze-client and it doesn't mention anything else.
I wasn't able to find on the doc site any index of the client/server implementations we have.
T…
-
Basically this comment here: https://github.com/http4s/http4s/pull/3857#discussion_r548373203
-
Consider the following code:
```scala
//> using lib "com.disneystreaming.smithy4s::smithy4s-http4s:0.18.1"
//> using lib "com.disneystreaming.smithy4s::smithy4s-tests:0.18.1"
//> using option "-…
-
The HTTP/3 and QUIC protocols are approaching stable standardization, so I think it would be cool to begin work on supporting it for blaze and http4s. I'm interested in starting on this work, but unsu…
-
`Http1ClientStageSuite` and `ClientTimeoutSuite`.`"Idle timeout on slow POST body"` use a combo of `QueueTestHead` to mock the network side of the connection and `request.body.onFinalizeWeak` to trigg…
-
Hi everyone,
I hope it's not too early to report things.
I tried to replace Circe in a Scala/ScalaJS project and I had the following errors:
```scala
[error] /Users/jules.ivanic/jules_ivanic…
-
Using http4s **0.22.6**
Recently (for last few months, we used 0.21 branch, now switched to 0.22), during integration tests, we regularly get exceptions like:
```text
16:33:42 2021-10-25 13:33:4…