Ned Twigg

Results 639 comments of Ned Twigg

Fix published in `plugin-gradle 6.13.0`, thanks @JakeWharton for the PR.

> This project is not here to make or recommended automated tools to create changelogs. Parsing is the opposite of creating/generating! Human-focused changelogs should absolutely be hand-written, but there's no...

I might be missing something, but so far as I can tell, it is not possible to run tests in parallel with junit-vintage. At the very least, `junit.jupiter.execution.parallel.enabled=true` does not...

For anybody else who wants this, I was able to get #2449 working on JitPack, took [some tricks](https://github.com/diffplug/l0s-junit5), you can use it like so: ``` maven { url 'https://jitpack.io' }...

+1 on this problem, as of v0.11. Especially bothersome for `gulp watch` sorts of things. I don't see how the referenced commit fixes the problem. Love the plugin!

If Eclipse SWT had a high-quality Chromium embed, then this project could be done using the SWT/RCP stack. Plugins could choose to provide a webview or an SWT UI, allowing...

I don't want to hijack this thread, but that has been discussed [on bugzilla](https://bugs.eclipse.org/bugs/show_bug.cgi?id=405031), and could be discussed further there. Short story: electron is more of a platform than a...

> It seems `org.jetbrains.kotlin.plugin.atomicfu` is not a new publication but a new plugin. Does anyone know what is its status and is it even working? I am applying it in...

FWIW I resisted GitHub Actions for a long time, and finally migrated over a couple months ago, and my experience was that it's just way faster with a way more...

I get that Wuff makes it completely transparent to "mavenize" an Eclipse installation, and then "OSGI-ify" maven artifacts, so that it all just works. The problem is that I already...