Allen Wittenauer

Results 29 comments of Allen Wittenauer

It seems heavy handed to require bash 4.x for something that could be handled with a warning. "Hey! We detected that you are using [[ with bash < 4! You...

"dependency" = "requirement" in my head. Thank you for the clarification. :D Totally anecdotal, but as I rewrite the shell scripts that Hadoop ships (and looking at our options for...

What's the current state of this issue? Thanks.

For the code base I'm using this branch with, I'm not doing anything particularly fancy so it mostly works. Biggest issues I hit were: * m4v isn't in the list...

FWIW, I've been using a re-based version of this PR on top of main pretty regularly (https://github.com/aw-was-here/mixxx/tree/mpris2) with only one big change: adding xesam:url to the MPRIS2 output. I _do_...

Just to save everyone a lot of time and suffering: This approach will break a lot of things in very unexpected ways (doing a search on everywhere hadoop_add_params is called...

FWIW, I'm seeing the same issue on Arch+ZFS+proton-call from AUR. I have my steam games sit in 4 file systems spread across 2 pools (long, complicated story). All of the...

> 3. The existing tooling does not appear to produce a report comparable to the output produced by the CricleCI integration on GitHub. Notably, I have only been able to...

> Should the i18n change come via a separate JIRA? Seems like it touches more code than was expected from the rstcheck feature. I wanted to cover rstcheck support for...

This ability already exists in two ways, both native to the hadolint binary without needing a code change in Apache Yetus: * Using [hadolint ignore directives](https://github.com/apache/yetus/blob/main/precommit/src/main/shell/test-patch-docker/Dockerfile#L43) * Using .hadolint.yaml file...