AE1020
AE1020
Glad to see this being taken seriously! It is important for generic shells--especially ones that aspire to work cross platform--to be able to pass data through agnostically. *(I cloned and...
> the only real way to do that with consistency would be to rewrite the Process class from scratch with p/invoke code specific to every platform Can you explain in...
The stdout case probably would satisfy most people, whose concerns are more about binary preservation with things like curl/zip. My issue with cross-platform consistency on CRLF is its own crusade,...
@adityapatwardhan What sort of feedback would be needed for PowerShell to prioritize reviewing this? It is a rather popular request (see #1908, and touched upon by some other issues), where...
I am interested to know how many people who want the "as-is" bytes are also in the camp of people who are using LF instead of CR LF on their...
> Hope that a built-in implementation can be applied to the syntax (>/>> operator) in future PowerShell releases. (+1) I don't know if it's true for everyone, but if it...
> Speaking of, anyone know of a command that emits binary data to stderr? My issue would not be emitting binary data, but wanting to preserve the sense of CR/LF...
> I'm not arguing for or against any BOMs or headers. I would argue strongly against them in UTF-8 files, for the reasons given in this thread: https://stackoverflow.com/a/2223926 * Unicode...
> Have you ever thought deeply about how to make many command line programs coding compatible? What is your advice to do? @kasini3000 I would have to know the specifics...
It's probably prudent to put the C++ behavior under an #ifdef, so it can be turned off. (I'd imagine on by default would be a reasonable choice, given that if...