Lukasz Kusek
Results
2
issues of
Lukasz Kusek
In case postgres process `[/target/pgsql/bin/postgres, -D, /target/data]` terminates abnormally during startup (`postgres cannot access the server configuration file "/target/data/postgresql.conf": No such file or directory`) StartMojo falls into infinite loop and...
Data classes which use parameters that have names which are Kotlin keywords and need to be escaped fail to compile: ``` data class LensData( val `in`: T ) { companion...