Róbert Papp
Róbert Papp
Oh, I just saw https://github.com/ReactiveCircus/android-emulator-runner/pull/366, so you're aware. Can it be incorporated into the action so not every user has to do it?
I'll let you, you know your way around VMs way more, so you can diagnose easier. Happy to review and maybe help, if you get stuck. Tag me on a...
Why does [this](https://github.com/mermaid-js/mermaid/pull/4113) not work in elk?
Actually, @tymokvo `v11.0.0-alpha.7+7bcba29 Live Editor` seems to work, although the elk style is gone?
I would be happy with a oneliner too, anything more concrete and reproducible than "it doesn't work".
Sounds fun, want me to resolve conflicts? Note: because it is working at the moment I have a feeling Gradle might be applying the plugin anyway, but haven't dug too...
Is there a workaround for this?
I tried to find a workaround, but there's no hook. Here are my findings: * `org.jetbrains.dokka.gradle.AbstractDokkaTask#generateDocumentation` creates a `BiConsumer` (proxy logger) * The `BiConsumer` is wrapped in a `DokkaProxyLogger` at...
To add to OP, these log messages might be meaningful when you debug something, but other than that they're just noise. Imagine if `javac`, `kotlinc`, `jar` all listed the internal...
@IgnatBeresnev if removing is not an option, using `Task.logger.info()` might be a good compromise. Or add a Gradle property to `gradle.properties` to silence them (with default=true). Do you have any...