James McTavish

Results 5 comments of James McTavish

Valid feedback. The documentation should be updated to both include the `allowExpressions` option in the examples. It should probably also be included in the samples in this repo.

Looks like the failures here could be legitimate. Per https://github.com/sindresorhus/cpy/releases 9.0.0 removes the `--parents` flag, which we do specify.

I'm looking into this issue. I've been able to reproduce a memory leak on GKE using the snippet from above, though I'm not convinced that I've covered the problematic codepath...

The issue appears to be that on Windows, cpy-cli copies the test files into the build directory as though --flat were specified, but the directory structure is preserved on other...