-
Could you please help with few issues, I tried to run a simple h2o GLM model in spark. I tried it in 3 environments:
1. Scalatest in intellij
2. Scalatest in Maven
3. Spark application in cluster.
…
-
https://github.com/release-drafter/release-drafter (thx @matwojcik )
adamw updated
4 years ago
-
Hi! First of all, thanks for the amazing library, I love it.
Here's a simple endpoint that takes a constant header value:
```scala
object HeaderRepro extends App {
import sttp.tapir.docs.ope…
-
I'm just trying to sttp for the first time using the ZIO synchronous backend.
I was expecting this to work but it doesn't:
```
private def foo = {
val request = basicRequest.post(Uri("http…
-
My usecase:
* I don't have different handling for response errors, be it connection error, non-2xx response, or unparsable body.
* End result just needs to have a good error message, it's going to b…
-
WILL IT NOT WORK WITH GOOGLE ANYMORE SO I HAD IT SET WITH IIMP WITH OUTLOOK USING STARLITES AND I FACTORY RESET MY SYYLO 4 PHONE AND NOW I CANT REMEMBER HOW TO DO THIS AGAIN STTP WAY WITH OUTLOOK EM…
-
For supporting backend independent http request/response handling.
```scala
val client = Http.client.withBackend(FinagleClientBackend).newClient("localhost:8080")
client.send(Http.GET("/v1/info"…
-
We've started to use zio + tapir + http4s in an internal project and noticed performance issues after upgrading to 1.0.0-RC21-2
The zio http4s example in the tapir repo demonstrates the same behavi…
-
Circe and tapir both support coproduct derivation for sealed trait types with a discriminator field.
However currently the features are not very good aligned to work together.
Issue is a result of …
froth updated
4 years ago
-
**Is your feature request related to a problem? Please describe.**
We're currently using some custom Scala dependencies with gatling. I've been unable to figure out a way to get these simulations to …