cheatmenot
cheatmenot
Currently, I am using the `LoggerTakingImplicit[A]` and `CanLog[A]` in which `A` will be a context object used to append custom properties on logs but currently scala-logging doesn't let me use...
I was using GenericContainer below and encounter issue `Caused by: org.testcontainers.shaded.com.fasterxml.jackson.databind.JsonMappingException: Null key for a Map not allowed in JSON (use a converting NullKeySerializer?) (through reference chain: org.testcontainers.shaded.com.github.dockerjava.core.command.CreateContainerCmdImpl["NetworkingConfig"]->org.testcontainers.shaded.com.github.dockerjava.core.command.CreateContainerCmdImpl$NetworkingConfig["EndpointsConfig"])` ``` GenericContainer...
Hello, I am new to zio and akka, and maybe it is best we add support for akk-typed because most new developers are into akka-typed like me. Thanks!
I have read the readme about adding import paths for the missing proto, but this time I would like to add an import path using a jar file, in my...