Björn Kautler
Björn Kautler
In the `AbstractAnalyze` class you use `new File(...)` for the output directory. This is sub-optimal, because for a relative path, this method constructs a file relative to the users work...
The manual says in the development section, that you can use various system properties and / or Gradle properties and / or environment variables to customize the functional test environment....
I'd like to use jpeginfo in an SVN hook, but without writing the file to the filesystem first.
remote: *** Error while generating commit email remote: *** - mail sending aborted. remote: remote: remote: Exception 'OSError' raised. Please report this as a bug to remote: https://github.com/git-multimail/git-multimail/issues remote: with...
The default mail hook for SVN had a nice feature. You could specify via config file which paths you are interested in. The diff mails then had diffs only for...
As you asked for `If you implement any mixins that might be useful to other people, please consider sharing them with the community!`, I thought I share how I get...
### Describe the bug The current code uses for example `InputStreamReader(source)`. This uses the JVM default encoding. From Java 18 on, this will usually be `UTF-8` but can also be...
I've just read https://github.com/Kotlin/kotlinx.serialization/blob/v0.20.0/docs/json_transformations.md and really like that. But I need that for YAML. If you want to deserialize a GitHub action definition file, you have for example exactly the...
Followup to #112. The first four commits that were just a bit cleanup you did yourself already in the meantime. The last and main commit, I rebased onto the saxon97...
If you try to use those functions, you just get an exception in the exception log that the function is missing: ```java net.sourceforge.pmd.util.fxdesigner.model.XPathEvaluationException: java.lang.RuntimeException: org.jaxen.UnresolvableException: No Such Function typeIsExactly at...