Frazer Smith

Results 105 comments of Frazer Smith

Encountering the same issue, also using Windows but with Node 14.18.0. The following commands find nothing: ```cmd jscpd --pattern \"src/**/*.js\" Detection time:: 0.259ms jscpd "src/**/*.js\" Detection time:: 0.257ms ``` The...

> Looks like I made mistake in last my message, use following command for that: > > ``` > jscpd --format "javascript,typescript" src/ path1/ path2/ > ``` Thanks @kucherenko, this...

Not 100% on this one. Seems to be an issue with passing `pfx` to [tls.createSecureContext()](https://nodejs.org/docs/latest-v18.x/api/tls.html#tlscreatesecurecontextoptions). Swapped it out with a generated `.pfx` file and it throws an error as well:...

> Maybe skips? Found the issue: https://github.com/nodejs/node/issues/40672 Have recreated the test pkcs12 file using OpenSSL v3 and it now uses a supported cipher.

Thanks Sven, I plan on looking at this on Monday. You're more than welcome to have a crack at fixing it yourself and opening a PR if you wish!

Can confirm this is also an issue using Windows 10 with the included binaries: ![image](https://user-images.githubusercontent.com/43814140/174607217-f980a2fc-8090-4716-b7fa-ab61a1ab939e.png) - `pdf_1.3_NHS_Constitution.tif` is the result when passing a filename to write to, and can be...

Thanks @dumbasPL, I had considered just having a duplicate separate package without the windows binaries, however had never thought about using an optionalDependency! I'll take a look (though I won't...

Hiya, unfortunately not, been a bit swamped with other projects.