Tin Tvrtković
Tin Tvrtković
Currently, the protobuf package on PyPI doesn't work on Python 3. It will install, but try using it: ``` sh # python Python 3.5.1 (default, Dec 15 2015, 14:52:59) [GCC...
Ok, the Twitter website just crashed my Firefox while I was in the middle of writing this up, so this writeup is gonna be shorter. :p Some tools can update...
Howdy! I'm trying to test cattrs on Python 3.13 (beta1). I've added a msgspec converter in the next version so now we optionally depend on msgspec, which means I can't...
So I introduced NothingType, but from what I can tell we're not using this anywhere? This is solely for the benefit of third parties annotating their code to accept NOTHING?
I'm not super sure if this is a bug or not, but the behavior is different in Mypy and pyright so probably worth discussing it. **To Reproduce** https://mypy-play.net/?mypy=latest&python=3.12&gist=3a34812b38b40ca5cb913ee48daf2c49 ```python from...
### Description Continuing our discussion from Bluesky, I would really like for msgspec to stop skipping fields prefixed with `_` for attrs classes. This would make attrs classes consistent with...