František Kocun

Results 12 comments of František Kocun

I resolved it by moving to `OffsetDateTime`. I wanted to override it but didn't find a way how, it is hard accessible when I just subclass it like ``` trait...

Yes as I see the code problem is in `Type.companion` in `scala.reflect.api`. It doesn't return companion object for type aliases: https://github.com/scala/scala/blob/2.12.x/src/reflect/scala/reflect/api/Types.scala#L135 But I never worked with macros so I can't...

I tried to catch it in `CallDriver.unaryInputCallDriver` like this ```scala run = ( call.request(2) *> completed.await *> call.sendHeaders(new Metadata) *> request.await >>= (r => writeResponse(r).tapCause(c => UIO(println("write: " + c.toString))))...

We want to pass `apiKey` for authorisation so the request will go via our proxy server. We have multi tenant OpenSearch.

It looks it needs to be added here https://github.com/zio/zio-http/blob/main/zio-http/src/main/scala/zio/http/netty/server/ServerInboundHandler.scala#L124

@narma It can be dealbreaker. We switched once from `uzhttp` to `http4s` because of multipart form data support. I created an issue for that #1559

@Yury-Fridlyand I'm reporting that when I change the sql add BETWEEN operator to the query it is returned in the old format. Is it fixed in newer version? I would...

It looks we use the newest version ```{"name":"opensearch-sql","version":"2.1.0.0","opensearch_version":"2.1.0","java_version":"11","description":"OpenSearch SQL","classname":"org.opensearch.sql.plugin.SQLPlugin","custom_foldername":"","extended_plugins":[],"has_native_controller":false}```