Ned Twigg

Results 639 comments of Ned Twigg

Full roundtrip will work great on the same JVM, so Spotless will still work and not work under the same conditions it does currently. EDIT: Compatibility with configuration cache within...

I think we now have a way to incrementally build this until we can eventually remove our workaround. See: - https://github.com/diffplug/spotless/pull/1945 In this comment, I'm going to maintain a list...

@WillHolbrook which linter would you like to use? Merging this is blocked on me, but I could use help testing the API with specific steps that need the linter.

For issues like this I would recommend Solstice https://github.com/equodev/equo-ide/tree/main/solstice

The EquoIDE plugins use `okhttp` instead of the janky FileMisc stuff, this issue is almost certain solved if you migrate to `dev.equo.ide` or `dev.equo.p2deps`. https://github.com/equodev/equo-ide/tree/main/plugin-gradle

There's a new plugin [dev.equo.p2deps](https://github.com/equodev/equo-ide/tree/main/plugin-gradle) which can handle any p2 update site, and smoothly uses maven artifacts whenever they are specified. It works on any p2 update site and it's...

Strongly recommend migrating to `dev.equo.ide` or `dev.equo.p2deps`. I'm not positive this particular issue is solved there, but even if it isn't it will be a lot easier to fix under...

I think these issues may be solved in EquoIDE, and the way that it integrates buildship. If you have any troubles, open an issue there and I bet we can...

This is solved in [`dev.equo.p2deps`](https://github.com/equodev/equo-ide/tree/main/plugin-gradle#user-plugins).

If you're having trouble launching OSGi applications, it's worth checking out [Solstice](https://github.com/equodev/equo-ide/tree/main/solstice).