Oren
Oren
Hey @cpburnz , thanks for the great lib! In `match_files()` (https://github.com/cpburnz/python-path-specification/blob/c00b332b2075548ee0c0673b72d7f2570d12ffe6/pathspec/pathspec.py#L170), the line ``` file_map = util.normalize_files(files, separators=separators) ``` (L190) requires `files` to be completely exhausted before even the first...
I am trying to install webdiff and ran into problems: ``` ➜ ~ pip install webdiff DEPRECATION: Configuring installation scheme with distutils config files is deprecated and will no longer...
We have written the needed data into your clipboard because it was too large to send. Please paste. Issue Type: Bug "The compiler compliance specified is 1.6 but a JRE...
Hi. Thanks for this great tool! I've been trying to use `excludeProcessing` to copy everything **other than** some pattern: ```yaml inputDir: /gomplate/input # ... excludeProcessing: - '!*.tmpl' ``` However, all...