Reiner Gerecke
Reiner Gerecke
> or the old Macintosh form using the ASCII CR (return) character Apparantely old here means `
I see some options here. ### Properly support `CR` line endings Supporting here means properly reading and writing source code. I think the writing part is covered by recent changes...
May I suggest to include test cases from pyupgrade? https://github.com/asottile/pyupgrade/blob/main/tests/features/capture_output_test.py Examples I don't see covered: ```python run(["foo"], stdout=None, stderr=PIPE) from foo import PIPE from subprocess import run subprocess.run(["foo"], stdout=PIPE, stderr=PIPE)...
Most pieces are in place. Since maturin doesn't support binary+library in one package (at least I didn't find a way), I had to switch to the lower-level setuptools-rust. I need...
> I haven't reviewed yet For the record, it's also not in a state where I'm waiting for a review. I can still do some cleaning up, adding docs and...
Working on this.
We've been using grafanalib at work for quite some time now, so would be great if I can help here and there. I'll try to reach out on slack sometime...