João Alves

Results 2 issues of João Alves

### Use case Suppose we have a UDT: ``` create type schedule as ( start_at timestamp with time zone, end_at timestamp with time zone ); ``` And the following domain:...

T: Enhancement
C: Code Generation
P: Medium
E: All Editions

sbt-dotenv: 3.0.0 sbt: 1.8.2 java: 17 On our CI runner for publishing a Docker image on sbt using `Docker/publish` of `sbt-native-packager` to a custom Docker Repo (AWS ECR), if this...