Matt Gucci

Results 6 comments of Matt Gucci

@BretFisher @StefanScherer @samneirinck Here's my completion module ["DockerCompletion"](https://www.powershellgallery.com/packages/DockerCompletion) working for the management commands. It is customizable and not based on the regex approach (See [this](https://github.com/matt9ucci/DockerCompletion/blob/master/DockerCompletion/completers.ps1) and [this](https://github.com/matt9ucci/DockerCompletion/blob/master/DockerCompletion/completers4arguments.ps1)). Note: It requires...

@BretFisher Yes. The DockerCompletion works roughly the same as the bash completion for docker. I have started to develop it last year. The latest version supports Docker v18.03.0. The next...

Thank you for your suggestion. I am considering to add the button and set up a bank account.

It might be due to `shx`, which does not support command substitution feature (https://github.com/shelljs/shx/issues/112). Looks related to #1923

AppVeyor build failed. It will be fixed with #128.

> 'pip' is not recognized as an internal or external command, The error might be due to the generated `PATH` in `.projen/tasks.json` like this: ```json "PATH": "$(echo $PWD/.env/bin:$PATH)" ``` The...