zorba128
zorba128
I also have similar problem. I think there are few issues here. 1. No built-in way to pass stream outside of "execute" method I'd like to use something like request.asStream;...
I'd say that from my perspective it would be just fine if there was a possibility to use library just to send http request, without any further processing. I think...
Same here; quite annoying, as makes multirun skip some of configured run configuration. All run configurations are scala application in my case. com.intellij.util.IncorrectOperationException: Sorry but parent: com.intellij.execution.ui.RunContentDescriptor#25290713(....) has already been...
Vote against. We have great type system, and this is like step back. I'd say its `println()` that should be fixed to accept strings only :).
See #901 and #905 - same problem, other solution.
relates to #166, but I believe this PR solves issue in more straightforward and efficient way (no need to double-parse message).
It seems that cursor history in the `DecodingFailure` is fine, its `pathToRoot` which is wrong. See another simplified sample below ```scala @JsonCodec case class Z(z: Int) @JsonCodec case class Y(y:...
This problem with releasing metrics is one of issues that prevents http4s adapter from being upgraded easily. If object that groups metrics into bigger units existed - one for this...
Please take a look at prometheus/client_java#901 While I might agree that having two metrics with different sets of labels is somehow problematic, I think this all is deeper problem that...
But MultiCollector is also functional interface, yet more powerful. It has one method: collect(filter, scrapeRequest): MetricsSnapshots and code you provided should simply be calling `CounterSnapshots.builder` rather than `CounterSnapshot.builder`. But I...