-
With tapir annotations it is possible to replace input parameter definitions with annotated case classes, but it is not possible to set the `description` field, which ends up making it a not fully equ…
-
Sending a request with a responseType : ```asWebSocketStreamAlways(ZioStreams)(websocketHandler)``` works fine with a normal "live" backend (AsyncHttpClientZioBackend or HttpClientZioBackend), but wh…
-
I need to overwrite the `conf_py_path` context value, so that the "Edit on github" links are properly generated on https://tapir.softwaremill.com/en/latest/ - they currently point to the `generated-do…
adamw updated
3 years ago
-
Currently Caliban Client only supports regular sttp requests. It would be nice to also offer a solution for subscriptions. Since it's a whole protocol and not just request/response, we need some wrapp…
-
This task is to ingest a STAC Catalog generated in terms of https://github.com/azavea/nasa-hyperspectral/issues/1 into the hosted Franklin instance (covered by https://github.com/azavea/nasa-hyperspec…
-
Tapir version: 0.18.0-M18
Scala version: ***
**Describe the bug**
Given the following:
``` scala
sealed trait ErrorResponse
object ErrorResponse {
case class BadRequest(errors: Set[Er…
-
Pending:
- [x] odin: WIP https://github.com/valskalla/odin/pull/273, pending release (snapshot: `0.11.0+3-19c38e47+20210402-1813-SNAPSHOT`)
- [x] sttp:
- [ ] ~~tapir: WIP https://github.com/softw…
-
ZMQ silently died again without signal about disconnecting with node.
Last signal I got on my node was from
```
2021-08-02 10:27:36,964 INFO f.a.e.b.b.zmq.ZMQActor - connected to tcp://192.168.2.7…
-
## Compiler version
3.0.0-RC1
## Minimized code
The issue was found while looking at upgrading the sttp integration for circe to Scala 3 here: https://github.com/softwaremill/sttp/issues/864
…
aeons updated
3 years ago
-
Trace4cats project has become very large. Builds are taking a long time and non-core dependencies are sometimes delaying the release of new versions (e.g. CE3/Tapir).
I propose creating a new organ…