Ian Manske

Results 80 comments of Ian Manske

`table --theme` was added in #11058 and should be present in version 0.88 and later.

Example PR: #1366

Hmm... none of these options are ideal, but for now I guess we can link to the EN content when it is not translated yet. Or, if the text is...

If @ayax79 is fine with that, and he thinks it's ready, then sure. (Or, if he would like to do the honors :smile:)

Hmm, actually I think I might hold off on this for now. 1. because of the bytestream changes like @sholderbach mentioned. 2. I think redirections might need other changes, and...

Ok, I think this should be mostly ready for review. Also, I stole some of your tests @devyn :P

Yes, this PR still fixes #12369. If there is no exit code (i.e., the process was terminated via signal), then `complete` will now report the negation of the signal number...

Thanks for taking the time to review this @devyn!

Sounds good, feel free to land it whenever @stormasm. Thanks!

> After wrapping a child process into a ByteStream, how do I read from its stderr? The public APIs all seem to be reading from stdout. This is intentionally verbose....