ehmicky

Results 372 comments of ehmicky

Hi @Shakeskeyboarde, Great point. I have created a PR at #1066 to add those new types.

> Also, the new exports aren't generic, so while the return type from currying might be assignable to them, I think we're loosing type information. The generic type is the...

Adding the `Options` generic type seems to run into some type issue. This seems a little complicated, and might be some time to fix, so I am putting this PR...

I started working on this and I realized I kept forgetting to type `ipc`. If I do, users might do as well. I am now using the following method names...

`parseCommandString()` sounds good. :+1:

I was looking into this, and created a new issue at #1053 which would supersede this issue, continuing on the same idea but probably better.

Closing in favor of #1053.

There is another use case: when running a Node.js script, users might want to see its progress. As opposed to debugging, they would then want to see the commands as...

I have been working on this feature, and it appears that the `.pipe()` should not return the second child process. Instead, it should only resolve/reject with the second child process'...