Edward Harman

Results 9 issues of Edward Harman

More of a question than an issue. Is there a formatting tool that can handle Rocker templates? e.g. I use Spotless and Prettier.

This is a workaround for a minor incompatibilty I encountered when running in an Alpine docker image. (Uses musl instead of glibc)

My CSVs have column names as the first row. It would be nice if this could be printed out above the diff.

I wanted to get this on your radar though I can't guarantee I'll actually work on it any time soon. I like JTE for being able to pre-generate templates into...

**Describe the bug** ``` $ gng wrapper Fetching the latest Gradle version from services.gradle.org /home/linuxbrew/.linuxbrew/bin/gng: line 186: python: command not found curl: (23) Failed writing body Failed to fetch the...

Here's a minimal project that reproduces the issue: https://github.com/edward3h/gradle_rewrite_bug I have a custom task defined in `build.gradle` and ran the `org.openrewrite.java.cleanup.Cleanup` recipe. It changes the custom task in a way...

bug

### Expected Behavior Given an `Argument`, `JacksonConfiguration.constructType(...)` should return a valid result, regardless of how the Argument was constructed. ### Actual Behaviour In the circumstance I encountered, an `ArrayIndexOutOfBoundsException` was...

### Expected Behavior My jte files are in a separate submodule from my Micronaut application. Micronaut was configured with "micronaut.views.jte.dynamic: true" Since the jte files are not in a location...

info: workaround available
type: bug

I created a minimal Gradle project to demonstrate the issue. https://github.com/edward3h/pkl-java22-unsafe When using the pkl code generator in Gradle, on Java 22, I get an exception where this is the...

bug