Norbert Kiesel
Norbert Kiesel
I have a `gradle/libs.versions.toml` which contains (among other entries) ``` [versions] mockito = "4.8.0" [libraries] mockito-core = { module = "org.mockito:mockito-core", version.ref = "mockito" } mockito-junit-jupiter = { module =...
Hi, I just started to use Droopy to transfer some information from an iPad app (actually running in the IOS simulator) to my Linux machine. The app updates this data...
I love this command, but I often have squashed branches which cannot be deleted because they are checked out locally in a different worktree. And because the script immediately aborts...
Use `!=` instead of `!==` because else non-primitive (or cached) values will fail the exclusion.
Hi, using 1.7.3 and everything works nicely on Linux (and bash on Windows). But using cmd prompt, I get ``` >gradlew.bat :modules:ui:webResourceCompile FAILURE: Build failed with an exception. * What...
I install / upgrade Kotlin on my laptop from the Kotlin Github releases. But then I do have to remember to find / install the matching ki-shell version. Could you...
Most Kotlin developers with a Java background are used to the name "jshell" as part of the Java11+ releases. Also, I think the emphasis in the long name is on...
Very closely modeled after the Java version. One pitfall is that the Fission JVM environment is stuck at Java 8. Therefore, the generated JAR file must be post-processed before it...
I would like t be able to invoke the app with a filename instead of having to use the app menu to select a file.
When set to true, it renders the timestamp in log entries using `Date.toIsoString()`, which is easier to read by humans than the default of milliseconds.