Ryan Zimmerman

Results 239 comments of Ryan Zimmerman

See comments in https://github.com/RyanZim/eslint-config-problems/pull/32

@jprichardson Is this expected behavior?

> readFile and readFileSync didn't exactly do the same thing. awaiting the readFile should have been inside of the try catch block and respect the throws options. (reading a file...

Also, please rebase, update GitHub Actions and CircleCI configs to test on the correct versions, and add `engines`.

@zardoy I don't know TypeScript, so it isn't really an option, since I have to be able to maintain the codebase. Sorry, GitHub Actions and AppVeyor config, not CircleCI :man_facepalming:

AppVeyor is a working integration, however, it only does Windows, so we're using GitHub Actions for Linux testing (we used to use TravisCI here, but I just migrated over to...

Yeah, that's a bug. Out of curiosity, how does Node's experimental `fs.cp` behave here?

Yeah, `fs.cp` is based on `fse.copy`, so apparently this bug is both places. Should be raised as an issue on Node as well, so we can both fix it. Just...