Support sending raw byte data to the "data" event for child command's stdout and stderr#5789
Conversation
06f74c2 to
c3db0cd
Compare
|
@amrbashir I have addressed your comments. Thank you for reviewing! |
e28cfe2 to
f84ac44
Compare
f84ac44 to
af4e3c7
Compare
amrbashir
left a comment
There was a problem hiding this comment.
LGTM. Thanks! I will leave the final review and merge to lucas.
|
Looks really good. I'll make some tests and see if we can improve the api types. |
|
Let me know what you think about my change :P I'm not a TypeScript expert but I tried to let it infer most of the types from the encoding argument. |
|
@lucasfernog thank you for the improvement with result type inferring. I love it! I have merged with BTW what is the reason behind |
|
|
|
@lucasfernog @FabianLars Is the feature still needed? Is there anything else I can do regarding the PR? |
a5a713c to
6c11999
Compare
|
I just need some time to test this, my idea was to wait for 1.3 to launch before merging it since you already merged dev into this. |
f44b3a9 to
55b9575
Compare
|
Amazing work! |
What kind of change does this PR introduce?
Support sending raw byte data to the "data" event for child command's stdout and stderr. Still WIP
Does this PR introduce a breaking change?
Checklist
fix: remove a typo, closes #___, #___)Other information
Closes #5465