Nate Fischer
Nate Fischer
You might also find parts of the discussion on #645 to be interesting, although it seems this is an issue with input type validation, not with data corruption (so, clearly...
@mtscout6 turns out, this actually is a valid `python2` command (I didn't believe it at first either!). The `\n` in the javascript string gets expanded into a real newline (the...
Due to the design for `shell.exec()`, we unfortunately can't provide good support for parameters with newlines. This will be something we support with a replacement for the `exec` API (see...
This is an explicit design goal of https://shelljs.page.link/cmd-design. See: > Error-prone and inconvenient to escape shell-specific syntax (e.g., `filename` is meant to refer to a file literally named `file\nWith"$pecial; chars.txt`)...
Can you paste a summary of the actual skips & failures, and describe the intended skips and failures?
@joshi-sh I still don't clearly understand what's going on. 1. Status quo: which tests do we currently skip on WSL that we should *not* skip? 2. Status quo: which tests...
I don't know much about typescript types, so I don't think I could adequately review/maintain it. I'd be more than happy to work with the maintainer to get things up-to-date...
Where do the types exist currently? @voy @nikeee are you two the maintainers?
What are the alternative options? I hesitate to merge into this repo because I don't want to take up the full maintenance burden. Is it feasible to move it into...
> he definition file(s) only has to be packaged and published together with the rest of the npm package. Could you explain that for me? The typing info doesn't travel...