Alexander Mills

Results 200 comments of Alexander Mills

@ujc this PR should solve the problem https://github.com/dthree/vorpal/pull/297 with that PR, we can access the raw string from the command line and pass it directly to bash

spawn is a better option most of the time because it can stream the output, exec will buffer the output: https://www.hacksparrow.com/difference-between-spawn-and-exec-of-node-js-child_process.html but yes, you're right, exec can take a plain/raw...

I assume a wrapper process launches the cli tool as a child process, and then listens for stdout from the child and then sends the child appropriate stdin at the...

yeah, this is not good. Just curious why you want multiple vorpal instances? Of course, it should with multiple instances

maybe include an example of what you want to do?

is this similar to your issue? https://github.com/dthree/vorpal/issues/289

any word on this bird? I think it might be this line https://github.com/dthree/vorpal/blob/8bb46ada64a3dac333b9f5b9e5ed72432aa26d0e/lib/autocomplete.js#L100

this one is important to me, if someone can help me with it - @dthree @milesj

oh nice, let me try that fs autocompletion lib, if it doesn't work I will report back very soon

what kind of logging? debugging logging?