Steven Grimm

Results 14 issues of Steven Grimm

Having to pass an XML config file to jOOQ makes it hard to dynamically compute values in the jOOQ configuration such as absolute paths of output directories; you end up...

We had a bug in our code that caused us to publish thousands of events in a single unit of work. It ended up triggering some Axon behavior that brought...

Type: Enhancement
Priority 2: Should
Status: Under Discussion

Using Ansible 2.9.14 with Mitogen 0.2.9. Bootstrapping new hosts in Ansible is kind of a pain to do well with Mitogen because a new host, by definition, has an unknown...

feature
user-reported

I'm not sure if this is a jooq-plugin problem or a Micronaut one, but the two don't play nicely together. Minimal build file: ``` plugins { id("com.revolut.jooq-docker") version "0.3.5" id("io.micronaut.application")...

Version 3.2.12 of the Docker client improves Windows compatibility by defaulting to named pipes rather than UNIX-domain sockets to talk to the Docker daemon on Windows. Previously, users had to...

**Description** If a payload has a required object field whose `additionalProperties` specifies a schema for the values, the generated type shouldn't allow `undefined` values. **OpenAPI** The real schema where I'm...

enhancement
openapi-ts

This is a followup to #213. Currently, a trailing Elvis operator is placed on the same line as the last step of a call chain if it fits: ```kotlin desiredWithdrawals...

enhancement
formatting-discussions

This is kind of the opposite of #45 -- it'd be convenient to have a complete `.editorconfig` based on the plugin's current formatting rules, including editor-specific config properties for IntelliJ...

enhancement

Given an expression that has a parenthesized subexpression with the Elvis operator, ktfmt breaks on the Elvis operator rather than the higher-level subexpression even when the subexpression would all fit...

ktfmt does not recognize Markdown table syntax. Before: ```kotlin /** * Here is a table. * * | Column 1 | Column 2 | Column 3 | * | --------...