Adam
Adam
hey @qoomon, I see you've approved this PR, when did you want to merge it? Is there something more that I can do?
@qoomon No problem, take your time :) Let me know if I can help or adjust anything.
LGTM is failing because of Java versions - it looks like it's using jdk8? ```text [2022-10-25 18:23:53] [build-stdout] [2022-10-25 18:23:53] [autobuild] > There was a failure while executing work items...
I've done some experimenting (see https://github.com/aSemy/gcp-gradle-build-cache/tree/experiments/input-streams), and used JMH on the S3 bucket, testing three options: * Using ByteArray (the current version) * Using PipedInputStream/PipedInputStream (which requires an additional thread)...
A couple of lessons learned from Dokkatoo: * The amount of logging negatively impacts Gradle TestKit performance https://github.com/gradle/gradle/issues/23965, and I wouldn't be surprised if it impacts day-to-day performance (albeit not...
There's another isolation mode too, `classLoaderIsolation()`. It's a halfway point between the other two, and I think it's worth considering. I strongly suspect that it would be the most performant...
> @aSemy What is the reason for Dokka tasks executing one by one, one after the other in a Gradle parallel build? When I do a publish I can see...
> I pinged you exactly because of all those issues, PRs and repo you linked. I know DGP is not compatible with fancy new features, but `org.gradle.parallel` is a pretty...
> > Host the API reference documentation on GitHub Pages. > > Links to original documentations? :) Sorry, I don't understand, could you elaborate?
Ahh I see! Well, if the Kotlin docs have the JS docs, then it will be displayed. For example, properties in AccordionProps are documented: But you want to see a...