Ned Twigg

Results 639 comments of Ned Twigg

[gradle-modules-plugin](https://github.com/java9-modularity/gradle-modules-plugin)

This is still broken in zurb. The issue linked above, https://github.com/Automattic/juice/issues/237, has been resolved. As of Sep 2018, [juice has a `preservePseudos` flag](https://github.com/Automattic/juice/pull/314). The jonkemp/inline-css#31 above notes that the library...

A little more info in case anyone else bumps into this. I did all the work to switch over to juice, so that I could use `preservePseudos`. But it doesn't...

If you're willing to find-replace `com.gs.collections.` with `org.eclipse.collections.`, then you can use the new [Eclipse Collections](https://projects.eclipse.org/projects/technology.collections) library. The artifacts on [Maven Central](http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.eclipse.collections%22) already have OSGi metadata.

I think the generic term for this is "ratcheting". IMO, it's best handled within the CI system directly (since it can store the results from the previous build), rather than...

> I'm not sure if it's a good idea to put this project in some repo without enough maintenance in the future I agree! You've built something really valuable, but...

It looks like @inaauto has made some progress on 3.2526 as well: https://github.com/inaauto/javacef/commits/master

Just wanted to let you know that Texas Instruments has open sourced their Chromium SWT embed, and if you'd like you can take a look [here](https://github.com/diffplug/swt-chromium/tree/ti_contribution). I've done my best...