Maxim

Results 14 comments of Maxim
trafficstars

I solved it by changing default `MAXLINELEN` value in `email.header` module. Seems like nonascii header splits by `MAXLINELEN` parts when encoding, and it somehow reflecting on spaces between words. I've...

Got same error while migrating to `pydantic` v2 - it seems that it does not support UnionType, or `bool | str` annotated fields. I just tried to get rid of...

That functionality would be really nice to have inside taskiq by default