Erik Dannenberg
Erik Dannenberg
Hello Matěj, thanks for all your work, nice to see how argbash has matured in the last years. The diy mode helped a lot already but there still is a...
I was thinking adding another argument to the existing macro like `ARG_OPTIONAL_BOOLEAN(...[create-negating])`,which is disabled per default and optional, would solve the issue. I can't really think of a use case...
Sorry for the delay, I hope you could resolve the issue, it looked liked something specific to your setup as I couldn't replicate the problem. Feel free to reopen if...
Sorry, I meant to reply to this sooner. Another option would be to support both behaviours via some ENV, the kubler patches should make this fairly easy to implement I...
> I've been discussing bringing this package into `::gentoo` under the Containers project on IRC; it's proven to be incredibly useful to me over the last little bit! Excited to...
This might be a bit of an edge case for build containers in interactive mode. Interactive mode is not running Bash in super strict mode as that might also exit...
https://github.com/edannenberg/maven-bash-completion/commit/cdbd8bdd17fa8c6ef108c8121e1a5e93c15f6cb6 is a patch that enables -D per plugin, still needs some work but as I'm not really fond of bash scripting I'll leave that to someone else. :p I...
Currently you need Bash to run `scheduler_cron.sh`. Ran into the same issue today as we don't have Bash in our Docker images, for a POSIX version see [here](https://github.com/edannenberg/Aoe_Scheduler/commit/b92537bbf81d93ef045a27a58fd83f42c066707f)
Thanks for the swift reply! Setting `JAVA_CMD` worked like a charm. Setting `JAVA_HOME` with a manual install like that avoids the issue, the stage3 base image won't even have the...
Thanks for reporting! I added some extra handling that should resolve both issues.