Daniel Vigovszky
Daniel Vigovszky
I agree with the expected behavior. Will take a look.
Thanks for the info and sorry for the delay. I will try to look into this soon.
In the meantime I updated to http4s 0.22. Did not check this issue though yet, but might be fixed.
@mingchuno yeah I already found it and started using it! Thanks!
Maybe it's an overkill and unnecessary optimization but as probably the original "get one key at once" use case is the most common, we could support multiple lookup without having...
Aren’t you looking for `catchAll`?
What I did in zio-flow is just dumping all collected metrics at once at the end of test runs: https://github.com/zio/zio-flow/blob/main/zio-flow-runtime/src/test/scala/zio/flow/DumpMetrics.scala something like this could be added to ZIO Core, probably...
It's very likely that `zio-k8s-crd`s customization can be written in a better way. I wrote it about 1.5 years ago based on guardrail 0.64 (or older) and what I basically...
That's possible, I forgot tapir is involved :) Will check soon.
Investigated this a bit further and realized that tapir-zio-http does not even support websockets (as your documentation also states), and we are using the tapir-based `makeHttpService`. So I was wrong...