Mark Ford
Mark Ford
Similar approach as the open pr #190 but avoids changes to the logJSON function Builds and `npm test` runs locally
The current output has `Type: string;` for all of the generated states where it should be `Type: "Task" when it's a Task, "Map` when it's a Map, etc. This appears...
The implementation of `ImmutablesBuilderProvider` in 1.3.x and 1.4 branches doesn't support inner classes for immutables. Example immutable: ```java @Value.Immutable public interface Parent { List getChildren(); @Value.Immutable public interface Child {...
I am using the secure-cloud-run module but find that I need to modify the timeout for the cloud run service it creates. There is an input variable defined for this...