Adam

Results 336 comments of Adam
trafficstars

Can the aggregator task can be changed to depend on Pitest tasks, not projects with the Pitest plugin? I think that's what's tripping the agggregation up. I think the Gradle-ey...

> FYI I started applying this PR in smalller chunks (some smaller changes already merged), but I'm struggling to have a smooth experience with IntelliJ and these local convention plugins....

> [dependabot/dependabot-core#2180](https://github.com/dependabot/dependabot-core/issues/2180) > > Is it true that after this change we won't have Dependabot updates? It's a major disadvantage to me 😢 Hmm maybe. Does Dependabot recommend updates for...

> @aSemy would you be so kind to rebase these changes on newest main branch? Most of the minor ones should be already applied, and I'm most interested in using...

I've attempted this but it's much more difficult than I anticipated, because Knit isn't really set up for running .kts files. Here's my progress so far: https://github.com/aSemy/github-actions-kotlin-dsl/pull/1/. If I evaluate...

I've found the issue with running the scripts, it's something to do with kotlinx-knit https://github.com/Kotlin/kotlinx-knit/issues/41

On a kind of related topic, I wanted to permanently delombok a large, multi-module project that had lombok and java code all in `/src/main`. I hacked together this `maven-antrun-plugin` to......

@Nexela @OvermindDL1 [TypeScriptToLua](https://typescripttolua.github.io/) and [Typed Factorio](https://github.com/GlassBricks/typed-factorio/) solve the strongly-typed Lua problem :)

[example-capturedoutput-32033.zip](https://github.com/spring-projects/spring-boot/files/9294622/example-capturedoutput-32033.zip) Example project attached. It's related to the root log level. When I set it to INFO, it works. When it's set as DEBUG, the test hangs.

Thank you @scottfrederick! I appreciate you investigating.