alexander-klimov
alexander-klimov
I've added this encoder to make it work (Scala 3): ```scala given[T](using jsonEncoder: JsonEncoder[T]): Encoder[JsonbValue[T]] = encoder(Types.OTHER, (index, jsonValue, row) => { val obj = new org.postgresql.util.PGobject() obj.setType("jsonb") val jsonString...
Hello. Any news on this one and #3876 ? Really eager to start using multipart requests -_- @seakayone zio/zio-http#2977 was closed
@seakayone can this PR be made public so it can be reviewed? Because #4034 that updates `zio-http` to 3.0.0 has been merged.
Thank you, Adam, for all the work you do. Can't wait for the next release 🙃
Hey there. Is anyone working on this? Looking forward to having multipart support available in Tapir.