Aleksey Polovinkin
Aleksey Polovinkin
In case when specific enum entry subtype is used instead of general one, doobie constructs a query without any errors but prepared statement parameter is missing. Code: ```scala sql""" SELECT...
I am encountering an issue with Circe's `deriveConfiguredEncoder` in a Scala 2.13 project, where the derived encoder does not respect the custom discriminator configuration under certain conditions. Despite configuring Circe...
It'd be nice for diffx to be able to output diffs in one line out of the box. Right now I have a hack like that: `.replace("\n", "").replace(" ", "")`....
From https://armeria.dev/docs/client-retry/: > [UnprocessedRequestException](https://javadoc.io/doc/com.linecorp.armeria/armeria-javadoc/latest/com/linecorp/armeria/client/UnprocessedRequestException.html) literally means that the request has not been processed by the server. Therefore, you can safely retry the request without worrying about the idempotency of the...
### Which ISO version are you using? 2025-05-01 (latest) ### The installation log ```json http://0x0.st/84qf.log ``` ### describe the problem I'm using best-effort partition split with LVM enabled. All the...
ArmeriaCatsBackend can be created with `apply` and then `closeFactory` will be `true`, but if it is created with `usingClient` or `usingDefaultClient` then `closeFactory` is`false`. I don't know how to interpret...
Not sure what are the reasons for this behavior, but the problem is always reproducible. > 22:43:44.757 [zio-kafka-runloop-thread-1] [] INFO z.k.c.internal.RebalanceCoordinator - 1 partitions are assigned > 22:43:44.757 [zio-kafka-runloop-thread-0] []...
When a consumer receives an unhandled exception during processing, it keeps working until timeout: > timestamp=2025-09-10T19:26:22.789653Z level=ERROR thread=#zio-fiber-1028656011 message="Error in withStream fiber in runWithGracefulShutdown" cause="java.lang.RuntimeException: Simulated failure > > timestamp=2025-09-10T19:13:18.599604Z...