Results 19 issues of Robert Elliot

It seems I have to put `module-info.java` in `src/main/java` - in `src/main/kotlin` it doesn't get picked up. Even when it is in `src/main/java`, it seems the compilation fails with the...

**Is your feature request related to a problem? Please describe.** I'd like to enable the new configuration cache: https://docs.gradle.org/6.7-rc-5/userguide/configuration_cache.html but it has lots of problems with this plugin. **Describe the...

enhancement
blocked-by-gradle

**Build scan link** https://scans.gradle.com/s/z6637ifi3x7ha **Plugin version** 0.61.0 **Gradle version** 6.6.1 **Android Gradle Plugin (AGP) version** N/A **Describe the bug** Getting a failure claiming I have an unused dependency that I...

enhancement

Hi, I installed this via brew, and ran it as a brew service, and nothing happened. Looking at it, I don't understand how it ever could - `ASIMOV_ROOT` is defined...

Mockito returns null for any invocation where no expectation was set up. If the method return type is non-nullable in Kotlin you get an NPE at a point it shouldn't...

type:proposed-enhancement

Installed this yesterday, in the absence of https://github.com/docker/for-mac/issues/155 ever being addressed, and discovered it works perfectly, despite me being on Catalina (10.15.7) (so why can't Docker just fix it?!). Thanks...

Enhancement =========== I would like to be able to start a Spring context using the `@SqsListener` annotation when the SQS queue is not available for whatever reason (network issues, auth...

type: enhancement
component: sqs

I would like to use the cache action in two currently incompatible ways: 1. Cache by branch name: ```yaml - uses: actions/cache@v2 with: path: cached.txt key: mycache-${{ github.ref }}-${{ github.run_number...

area:scope

### Current Behavior Running regctl in a container as described here: https://github.com/regclient/regclient#running-as-a-container does not work on a Mac using latest Docker for Mac `4.12.0 (85629)` because `/etc/docker/certs.d` does not exist....

bug

`org.apache.commons.text.TextStringBuilder` has a very poor buffer growth strategy. It increases it by the length of the string to be appended, so *every* append causes *all* the existing data to be...