rmkaplan
rmkaplan
What if you don’t have the slash? There may be something lingering in there about trying to decode local/xxx vs origin/xxx > On Jul 31, 2022, at 10:49 PM, Nick...
But is this a bug or a feature? If you gave it stream on a parrticular file, wouldn’t you want to know which stream it wants to get a window...
OK, I see that. But I don’t think it has to do with the internals of TEDIT or UNPACKFILENAME. And I think I noticed it before and put it on...
On the stream address showing up in the Window-region request string, I see that that happens even if you give a file name and not a stream. I'll fix that.
There aren’t any quotes (‘) in these examples, that has to do with the round-tripping of packing and unpacking. But in terms of (unquoted) behavior, the current behavior is that...
If you are just point to this list of files, it looks like the version is in the tilde format, and the .1 is an extension. But maybe in the...
I think there is now definitely a race condition that I didn't observe before. If I don't put a delay of at least a second before trying to read from...
I was only using ; between the cd command and the actually command. Replacing ; with && doesn’t change the behavior, e.g. the pr menu is empty until the delay...
I think I now understand what you are recommending. If I redirect to /tmp/, then if the process stream doesn’t return with just STOP (or COMPLETED), then the command failed....
Turns out that some of the git output goes to the output stream and some goes to the error stream. If I redirect both to tmp/, then everything is interpretable....