Ken Geis

Results 14 issues of Ken Geis

### Issue description I am preparing to migrate from Grails 4 to 5, and the [release notes](https://grails.org/blog/2021-10-11-grails-5-ga.html) talk about deprecation of the dot-based config navigation. I want to see the...

### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the bug When I create a schema with a VARCHAR field and...

kind/bug

## Describe the Bug I am using the `postgresql::server::grant` type to manage an external PostgreSQL server that is not managed with `postgresql::server`. When I use `grant_role`, I use the `connect_settings`...

bugfix
community

Please add this plugin to the Gradle plugins portal so that we can use the newer simpler method for specifying Gradle plugins. https://plugins.gradle.org/docs/submit

I have a valid build.gradle, and the plugin complains > "repositories" has already been used in this build script. ``` buildscript { repositories { } } repositories { } ```

It's not obvious how to start the application. I've cloned, installed dependencies, and run > R -e "shiny::runApp('~/temp/nyt-bar-optimizer')" The app comes up, but it doesn't know about any drinks and...

Simple use case, version 1.2.2, calling mainSass Caused by: java.lang.NullPointerException at org.kravemir.gradle.sass.AbstractSassCompileTask.compile(AbstractSassCompileTask.java:63)

bug