Ruud Senden
Ruud Senden
Our application provides various CLI options taking enum values. Some of these enums have values consisting of multiple words like `single line`, which we'd like users to enter as `single-line`....
Assume code like the following: ```java public class MyCommand { @Mixin private MyTopLevelMixin myTopLevelMixin; ... } public class MyTopLevelMixin { @Mixin private MySubMixin mySubMixin; ... } public class MySubMixin {...
In the help output, we'd like to separate command-specific options from generic options like `--help`, `--version`, `--log-level`, ... At the same time, we'd also like to avoid having to define...
Trying to make this work with the X Server provided by wslg; if possible I'd like to avoid a 3rd-party X Server. To be able to successfully start wsld, I...
Current behavior: - If an input parameter is defined in action.yml (without default value), GitHub will set the INPUT_PARAMNAME environment variable to an empty value if the parameter is not...
Plugin: id "org.asciidoctor.jvm.convert" version "3.3.2" I have a directory structure as follows: * `build/generated-docs/src/index.adoc` (general documentation page) * `build/generated-docs/src/manpage/*.adoc` (picocli-generated manpages in AsciiDoc format) I have two tasks of type...
It looks like flows.nodered.org is handling Markdown formatting differently than GitHub and npmjs.com. For example, the readme file for https://github.com/rsenden/node-red-contrib-map is displayed correctly on both GitHub and on https://www.npmjs.com/package/node-red-contrib-map, but...
See #70 for background information. Potentially, we should reconsider the ability to process multiple versions/releases if release/version name is omitted from `fod.release.name`/`ssc.version.name` properties. If users want to process all releases/versions...
See https://github.com/fortify/github-action/issues/15 for background information; FVE silently ignores unknown command-line arguments, which can lead to unexpected behavior. For example, if a user or some integration omits quotes around application version/release...
Due to a change in configuration file handling, the GitLab-specific instructions in the README.md file are no longer functional. GitLab seems to be passing `sh` to the Docker container, which...