stdin API for glide.process
#204
Closed
RobertCraigie
started this conversation in
Feature requests / ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
The biggest limitation with the
glide.processAPIs right now is likely the fact that communication with the process is uni-directional, you can just lazily read stdout / stderr, but you can't communicate back (yet).There should be some way to specify the
stdinthat gets sent to the process, either as a complete string upfront or lazily, likely with some sort of WritableStream setupAll reactions