norisio
norisio
There seems need to a new issue (or #754 probably) to discuss how to preserve CR.
> git is placing an ANSI character between CR and LF Only when used with `-p`, according to the images in https://github.com/dandavison/delta/issues/754#issue-1039048806, which show there are no CR-ANSI-LF .
Therefore this issue is not related to the CR-ANSI-LF problem, I guess. Simply because using _bytelines_ to split the input stream. It [always erases CR before LF](https://github.com/whitfin/bytelines/blob/6eccd7fb3c86e538397e39b60599b6c704e90ce3/src/lib.rs#L126-L132).
I want to use this with React 19