Casper da Costa-Luis

Results 737 comments of Casper da Costa-Luis

Thanks! Sorry for the delay.

Thanks! sorry for the delay!

running into the same problem. Arrived here via https://github.com/pypa/setuptools/issues/3550

@Freed-Wu Thanks! You wrote `fixes #91` in a commit message, just clarifying you meant `fixes #90`, right?

Yep was unreasonably hard to figure out. Can't tell what's worse about shells - the language itself, or the (lack of) good documentation. 🤺😅

slight tweak to https://github.com/pypa/pip/issues/8049#issuecomment-633845028: ```bash pip install toml python3 -c \ 'import toml; c=toml.load("pyproject.toml"); print("\0".join(c["build-system"]["requires"]), end="")' \ | xargs -0 pip install ``` though I agree that if `pip sdist`...

I can confirm this issue. As of now my work-around is (after running `latexdiff`): - sub `\DIFadd{X\>Y}` => `\DIFadd{X}\DIFaddend \>\DIFadd{Y}` - sub `\DIFdel{X\>Y}` => `\DIFdel{X Y}` It's not nice writing...