Orta Therox

Results 1490 comments of Orta Therox

Maybe related: https://github.com/facebook/jest/pull/11657 Bails with `10:04:16 AM: TypeError [ERR_INVALID_ARG_TYPE]: The "path" argument must be of type string. Received an instance of Array` but then OOMS

Yeah the promise might probably be the best option TBH 👍

Yeah, that sounds like a bug 👍 - I'd look to see if the process Komondor opens to run the shell includes STDIN

Looks like no-one has ever asked about it:https://github.com/JohnSundell/ShellOut/issues?utf8=✓&q=stdin+ Could either move the useful bits into Komondor, or add stdin support to shellout

Pretty sure you're missing this: https://github.com/shibapm/Komondor/blob/master/Package.swift#L12

I started this: https://github.com/orta/Komondor/tree/dunno

This was/is always a constraint in SPM's resolving systems - it's possible that SPM doesn't force downloading of things which aren't referenced by now?

Sure, you have access to do that right?

Cool, added you to this repo

1, SPM doesn't allow for arbitrary code evaluation so you can't really check if someone has set up the git hook. Perhaps if you use CocoaPods you can use the...