mara004
mara004
@corby Shouldn't this be kept open? I don't think ctypeslib provides slots yet? The latest commit on master dates a year back, and [searching for `__slots__`](https://github.com/search?q=repo%3Atrolldbois%2Fctypeslib%20__slots__&type=code) yields nothing.
> I thought the point of the note was adding slots to the system would be pointless since it won't enforce frozen attributes. No: Slots are fine, you just have...
@hynek How about applying the field transformer before the order check, so embedders would have a chance of rearranging the fields? I find it's quite limiting that the fields of...
Side-note: Please remove the [ridiculous](https://www.attrs.org/en/stable/license.html) [potshots](https://www.attrs.org/en/stable/examples.html#basics) against inheritance ("subclassing is bad for you"). Any experienced application data model author would put you back in kindergarten for suggesting that. ;) Except...
I think this got fixed with v1.1.0 - thanks!
Hmm, on my local documentation build that looked different:  (Note: The black background is because I'm using Chromium's auto dark mode - this is the RTD theme indeed) The...
Ah, turns out I had a mismatched version of docutils installed (0.18.1 but sphinx-rtd-theme currently needs
@benjaoming Thanks for clarifying!
In the future, it would also be good to move away from `setup.py` completely and use `pyproject.toml`/`setup.cfg` instead. AFAIK, PyPA would like callers to migrate to purely declarative configuration where...
> this PR is not removing setup.py Correct. `setup.py` itself also isn't deprecated, just calling it directly. Though nowadays it's considered bad practice to use `setup.py` if it can be...