Ville Skyttä

Results 477 comments of Ville Skyttä

Please follow the instructions in README.md's Troubleshooting section.

Quoting from the mentioned section, with emphasis > This will produce useful debugging output that **will aid us** in fixing the problem **if you are unable to do so yourself**....

Let's open a new discussion or issue (or a few, if needed) concerning everything else besides the null byte in input, so they can be appropriately tracked, thanks. Closing this...

https://github.com/scop/bash-completion/pull/1090 is kindasorta related. (Not a prerequisite, but would be available only when we complete them with `ip`.)

Worth noting is that `.phpcs.xml` config files don't have those path lookup problems. But unfortunately it cannot be used to set these options that I can see, `` doesn't work...

Makes sense to me. I think it could be a source of confusion to have API v3 implemented in >= 2.12, but I don't know if there's an entirely confusion...

These are kind of difficult corner cases to handle. If we supported arbitrary filename completions directly after `a`, we'd be knowingly generating completions that are certain to be incorrect, and...

For example: ```shell mkdir /tmp/foo cd /tmp/foo touch bar 7z a ``` If we complete that to `bar` (and append a space which is what typically happens for filename completions),...

Ouch, now _that's_ weird/magical/unexpected behavior to me. --help or man page do not seem to offer any explanation for it. But given that, I'm willling to reconsider, given submitted PR...