Will Allan

Results 8 comments of Will Allan

This is no longer an issue with the release of VS 2019 v16.7.1.

This is still an issue after further review. This is a different issue from #61 which was failing for an earlier version of VS. That required a small change to...

Unfortunately, I need special permission from my employer to make open source contributions.

After waiting over a year, we're moving to nx almost solely because of this. We even overlooked the failing daemon issues on Windows (ended up just disabling it). But eventually...

> What about not creating a cache directory if caching isn't enabled? I haven't looked into the codebase of prettier yet, but since the caching option is fairly new I...

My wish list for npm scripts: - Cross-platform operators for combining, grouping, piping, and redirecting both serial and parallel commands/scripts without having to configure a specific shell or add any...

I'm not sure this PR is necessary. Based on my tests with `--` (as described in #15), the current behavior seems expected.

This works: `while getopts_long ': remoteHost: toDir:' OPTKEY; do`