Glen Schrader

Results 21 comments of Glen Schrader

Sorry can you provide a few more details or a screenshot of the issue.

My memory might be wrong but that image is for the partition status not for the armed status.

I would guess that there is a javascript error that is causing the page not to update. You can look at the javascript console under the View->Developer-JavaScript console and see...

I think you'd be safe to have it in the master branch, looks like there are [others](http://forum.eyez-on.com/FORUM/viewtopic.php?f=6&t=1181) besides you and me that want it integrated.

I hacked a bit more to update the paths in that file and now get `java.lang.ClassNotFoundException: org.gradle.process.internal.worker.child.SystemApplicationClassLoaderWorker`. I'm trying to follow along in the gradle code, it seems like the...

I got it to work by changing the `getTestWorkerImplementationClasspath` method to: ``` List getTestWorkerImplementationClasspath() { List urls = CollectionUtils.flattenCollections(URL.class, moduleRegistry.getModule("gradle-core-api").getImplementationClasspath().getAsURLs(), moduleRegistry.getModule("gradle-core").getImplementationClasspath().getAsURLs(), moduleRegistry.getModule("gradle-logging").getImplementationClasspath().getAsURLs(), moduleRegistry.getModule("gradle-messaging").getImplementationClasspath().getAsURLs(), moduleRegistry.getModule("gradle-base-services").getImplementationClasspath().getAsURLs(), moduleRegistry.getModule("gradle-cli").getImplementationClasspath().getAsURLs(), moduleRegistry.getModule("gradle-native").getImplementationClasspath().getAsURLs(), moduleRegistry.getModule("gradle-testing-base").getImplementationClasspath().getAsURLs(), moduleRegistry.getModule("gradle-testing-jvm").getImplementationClasspath().getAsURLs(), moduleRegistry.getModule("gradle-process-services").getImplementationClasspath().getAsURLs(), moduleRegistry.getExternalModule("slf4j-api").getImplementationClasspath().getAsURLs(),...

I ended up not using this as the plugin didn't seem to be maintained (i.e. Gradle v5). I could maybe revisit it if it is alive again.

I'm getting the same split package issue that @GedMarc is above, are people using `--patch-module` to address this?

Thanks @martinm1000 I will try that as well since performance isn't a concern

I work around this by clicking in the empty area of the scrollbar to page up/down, is there a way to use this to solve to keyboard nav complexity?