toppk

Results 22 comments of toppk

> Switching from `str | None = None` to `Optional[str] = None` worked for me. That is a pretty good workaround, but for me it means that I have to...

Just to give my two cents. I'm doing something like this (not fully implemented) but with attr, my poison of choice atm. One thing that I'll add is that my...