Viktor Alenkov

Results 30 comments of Viktor Alenkov

> Any reason for changing kotlin min version from 1.4 to 1.5? https://kotlinlang.org/docs/whatsnew15.html#stable-jvm-ir-backend > Starting from Kotlin 1.4.0, early versions of the IR-based backend were available for preview, and **_it...

> In addition, can you give some TL;DR about the catalog? [Using a version catalog](https://docs.gradle.org/current/userguide/platforms.html#sub:version-catalog): > * Each catalog is visible to all projects of a build. It is a...

correct code ([SC2163](https://github.com/koalaman/shellcheck/wiki/SC2163)): ``` while read -r line; do eval "export ${line}" >/dev/null done

It would be nice if there is support for ignoring shellcheck rules - #326

sample: ```bash while read -r l; do envName=$(sed 's/=.*$//'

If at startup you replace the path with the correct slash (Unix style), then everything works correctly: ``` C: \CUT_PROJECT_PATH> bash .\tmp.sh /bin/bash: .tmp.sh: No such file or directory C:\CUT_PROJECT_PATH>...

`Could not delete pid file` fixed in PR https://github.com/flapdoodle-oss/de.flapdoodle.embed.process/pull/59 ...

You can specify any dataDir from your operating system when creating EmbeddedPostgres - even one that is in RAM, if the OS can work with it as with a regular...