Results 51 comments of lovetox

Hm, the doc build checks if the annotations are correct? and probably cant handle TypeVar? Don’t know how to fix this, maybe there is a command for the doc builder...

@lazka if by continue you mean finishing whatever is missing so this can be merged, this would be appreciated. Thanks

Hi, we also search for this feature. Basically we need an option that prints out the changelog of the next-tag we will push. So everything that is unreleased under a...

Found a workaround consider the following template with the command `git-chglog --next-tag 1.x.x` ``` {{ range .Versions }} YourApp {{ .Tag.Name }} ({{ datetime "02 Jan 2006" .Tag.Date }}) {{...

sorry for only opening issues, i am a programming newbie, so i dont really know if you want me to make pull requests, but maybe i will try for one...

When was this added? I find no documentation online for this.

Seems its this module here https://gitlab.gnome.org/GNOME/pygobject/-/blob/master/gi/_option.py

Its not about supporting 3.10 rather about not supporting everything that was before, except we cover everything with conditionals. Python 3.10 is now in debian stable i think we could...

did you try other type checkers like for example pyright?

The question for me is, you wrote the MR is blocked by that mypy issue. Personally for me thats not blocking, there exist at least one type checker who does...