Mareks Rampāns
Mareks Rampāns
I tried with https://github.com/sirthias/macrolizer I modified the code to make sure that the value is required implicitly, like: ```scala object Main extends App { macrolizer.show { for { implicit0(i: Int)...
`-Wmacros:after` fails in my case, but `"-Wconf:msg=\\$implicit\\$:s"` works like a charm. I am using [sbt-scalac-opts-plugin](https://github.com/evolution-gaming/sbt-scalac-opts-plugin), with which `"-Wunused:params"` gets added and triggers (according to changes in Scala 2.13.5).
@som-snytt and @oleg-py, thank you!
as I understood, usage of `-Wunused:-synthetics` could disable check for all unused context bounds too, thus `"-Wconf:msg=\\$implicit\\$:s"` looks to be safer fine-grained workaround.
is there a plan to make this timeout available and exposed? we were getting `org.http4s.blaze.pipeline.Command$EOF$: EOF` regularly on 0.21.28 and 0.22.4, we updated to 0.22.6 now, but I haven't seen...
```scala /** Time a connection can be idle and still be borrowed. Helps deal * with connections that are closed while idling in the pool for an * extended period....
http4s/blaze#672 looks to have similar exception
https://gitter.im/http4s/http4s?at=5ced612b6366992a9438c309
"By an appender" - how? I am not sure, that I follow your idea
we use `epimetheus-log4cats` and we added metrics like: ``` logger