Results 25 comments of Cyker Way

This seems to be a dependency of https://github.com/cykerway/complete-alias/issues/30, which uses `_command_offset`.

I think a FAQ entry is good for now, and take your time to review `complete-alias` if you are interested in merging. [Long answer](https://github.com/cykerway/complete-alias/issues/24#issuecomment-839743629).

To add some details, you can use a symbol in `config.rb`: compressors: { uglifier: { comments: :copyright, harmony: Utils.new_uglifier?, }, },

I forgot where I saw it but it seems Jekyll is aware of the problem of not supporting symbols in the `_config.yml` file. But it's YAML so probably nobody's expecting...

One more thing: I think you can add a hotfix by using `:copyright` as default in `config.rb`. If users really want it to be `false`, then they can easily modify...

All right. I just read the issue you posted on jekyll: https://github.com/jekyll/jekyll/issues/6558 So at least we understand the situation is uglifier expects a symbol while jekyll uses a string and...

Is there a minimum working example? I mean, something that can be reproduced exactly? At least tell me if you are on Linux or Mac, bash version, and show me...

Several points: 1. You didn't report your bash version. Run `bash --version` to see if it's 4.4 or higher. 2. Support for Mac is experimental. It'd be great if you...

First of all, I need some minor modifications to successfully reproduce the bug: ``` FROM wolfsoftwareltd/tfenv-debian ARG CA_VERSION=1.18.0 RUN apt-get update && apt-get install bash-completion unzip && \ echo source...

Furthermore, `terraform` is an interesting binary because it knows about auto completion, which can complicate the problem. Instead, I can give you a simpler example if you decide to report...