Results 797 comments of Trim21

The dprint executable doesn't relay on python so actually you can copy it from .venv to .bin directory

we can make it bitmap in next major version

if I can finish this before tr 4.1.0 is released

> The cmake test unfortunately requires compilers to be installed as CMake is going to search for them. https://stackoverflow.com/a/46177192/8062017 does this work?

also there is a existing cli tool for cmake https://anaconda.org/conda-forge/cmake-package-check

What's the best way to do this currently? Enable limited-api pyproject.toml and disable it with `--config-settings=setup-args="-Dpython.allow_limited_api=false"`?

so the current solution to do this is create a helper function and wrap it with all current and future tests?

> Could you please make the fix in [`tomlkit`](https://github.com/python-poetry/tomlkit) instead? Sounds like it belongs there more than Poetry code. tomlkit already fixed this, many times, I think. https://github.com/python-poetry/tomlkit/pulls?q=is%3Apr+line+ending+is%3Aclosed they even...

> Well, if it was fixed in tomlkit, we wouldn't need this patch, right? For me, this sounds like a workaround at best. Actually, I'm not sure if this is...

but you are right, this can be fiexd on both side. tomlkit could get line ending when `TomlFile` object is created.