Tim Hoffmann

Results 739 comments of Tim Hoffmann

Thanks for the answer. Upstream is https://github.com/python/typeshed. They build packages via https://github.com/typeshed-internal/stub_uploader, which currently still creates packages with `setup.py` only. I‘m not a build expert, but thought build backend configuration...

Thanks. Nevertheless a setuptools fallback would be reasonable if no build system is specified. This would be in line with the specification. From https://packaging.python.org/en/latest/specifications/pyproject-toml/#declaring-build-system-dependencies-the-build-system-table > Tools should not require the...

@AbhinRustagi thanks for the interest. So far, this is a proposal. I'd like to get feedback from other core devs before moving forward.

Since 2007: https://github.com/sphinx-doc/sphinx/commit/b6024b9a (and it has been documented since 2008 https://github.com/sphinx-doc/sphinx/commit/06dd99e1)

Semi-related #29560 fixes `_CollectionWithSizes.set_sizes` references, which are injected through the `"(SubClass:kwdoc)s"` placeholder mechanism.

The 7 spaces are an outlier and should be fixed. We should aim at consistent spacing. It's similar to Python: While you can use any indentation as long as you...

> Docutils really is _that_ library That is true. OTOH it feels like their dev workflows are still from 2003 as well - sourceforge does not have a reasonable developer...

1 is ok. I have some reservations on 3. I believe `list[tuple[setting, start, end]]` is error-prone and not user friendly. If I understand correctly, this would mean `"this is cumbersome",...