Anton Nehaev

Results 13 comments of Anton Nehaev

Minimized example. The code below compiles fine even on Scala 2.13: ```scala import play.api.libs.json.{ JsPath, Reads } import play.api.libs.functional.FunctionalCanBuild import play.api.libs.functional.syntax val x = syntax.toFunctionalBuilderOps((JsPath \ "id").read[Long])(FunctionalCanBuild.functionalCanBuildApplicative[Reads]) ``` From `WartTraverser`...

Does anyone have an idea how to fix this? What comes to my mind is to ignore `PolyType` in https://github.com/wartremover/wartremover/blob/master/core/src/main/scala/wartremover/warts/ForbidInference.scala#L36 just like it's done for `ExistentialType`. But given that not...

Hi @sixcorners, Thanks for your contribution! Could you please change this line as well: https://github.com/loki4j/loki-logback-appender/blob/main/docs/docus/docs/configuration.md?plain=1#L117

Is anyone looking into this bug? Any progress/updates?

Hi @cui086, thanks for posting this! Still I'm not sure how do I reproduce this. It would be great if anybody could provide a test or a code snippet that...

Hi @ZIRAKrezovic, thanks for reporting this! I guess you're right, even in extreme cases like this, the default cache implementation shouldn't lead to OOM. However, there is always a tradeoff...

Some relevant experiments from the past: https://github.com/loki4j/loki-logback-appender/compare/main...limited-stream-cache

Hi @ZIRAKrezovic, thanks for reporting this! Yeah, it would be nice to add this feature.

Hi @KafkaProServerless, thanks for reporting this! Have you tried to configure retries for Loki4j and to enable Logback's file appender to write all logs to file in parallel with Loki4j...