Wade Chandler

Results 7 comments of Wade Chandler

One way to scale more is to hand off to your own executor as messages are retrieved, and do as little as possible on the thread calling the annotated listener...

This is the way this has to be done in all Gradle projects whether in NetBeans or not vim with Gradle. See: https://docs.gradle.org/current/dsl/org.gradle.api.tasks.testing.Test.html You have to configure the system properties...

Ah, so, you would need to use -Pheadless=true versus -Dheadless, and then be sure and set systemProperty "headless" project.getProperty ("headless") to specifically pull the value from the project, and put...

+1, having the same issue, hosted at GoDaddy on a Linux account. I'm just now trying to investigate, but hoping others trials prove helpful.

I can confirm that [koenhoeijmakers .htaccess comment](#issuecomment-244001216) worked for me.

I see this as super valuable myself. I think if one would like to access the server because they need to use full paths to resources for various reasons, then...

I'm seeing a definite issue with the cross domain problem mentioned above by @joelbourbon and we have a different URL we access from yet still the SaaS version (as we've...