Nathan M

Results 6 issues of Nathan M

Intellij 13.1.5 is throwing errors in the event log when switching back and forth between the Text and Preview panes. The error thrown is: `Argument for @NotNull parameter 'target' of...

Bug

When attempting to run preview mode behind a proxy the environment variables used by Python/Groovy/Gradle are not read when download of Python SetupTools is attempted. This results in a failure...

Enable the `regresql init` method to work with AWS IAM authentication. Im not sure what the best method would be but a flag to use iam may be appropriate. Then...

The plugin has issues compiling when using JDK 8 and Grails 3 and Groovy versions >=Groovy 2.3.5. Groovy Issues: - ShortTypeHandling (Temp Fixed by including `compile 'org.codehaus.groovy:groovy-backports-compat23:2.3.5'` in `BuildConfig.groovy`) Grails...

Added groovy backports dependency to successfully build the application on Groovy >= Groovy 2.3.5. More detailed information can be found on the [Groovy mailing list](http://groovy.329449.n5.nabble.com/ANN-Groovy-2-3-5-released-and-upward-compatibility-td5720557.html).