Volodymyr Barna
Volodymyr Barna
Similar to Akka Streams https://doc.akka.io/docs/akka/current/stream/operators/Source-or-Flow/groupedWeightedWithin.html Zio seems to have it as well https://github.com/zio/zio/pull/1137 For Monix I've found this (not included in Monix) https://gist.github.com/rcano/7d709ff76ca2416999864a7da0a50d42
Sometimes I need to run multiple recordings on the same machine Or just use random port (preferably)
## Describe the feature Description For `runOnReady` add an option to prefix each log line with path. I need to implement some log parsing for FFmpeg logs but there's no...
For instance `jakarta.ws.rs.Path` dependency `jakarta.ws.rs:jakarta.ws.rs-api:3.1.0`
Add a new format, just like `--format short` but without timestamps. My logs already have timestamps, and on a small screen it takes up precious space. Moreover, timestamps are added...
How to inject a raw string and omit interpolation, for example I'd like for f1, f2 to be just injected as string and `fun interpolate` is not called for them,...