Wessel

Results 304 comments of Wessel

@machow Plum `2.2.2` incorporates `PLUM_SIMPLE_DOC`.

Hey @francesco-ballarin, Thanks for opening an issue about this. :) You're right that `numpy.typing` currently won't work. The problem is that `numpy.typing` types are unfortunately not functional themselves: ```python >>>...

@nstarman The error says that the script expected `mypy` to throw an error saying ``` no overload variant of "f" matches argument type "float" ``` but `mypy` didn’t. If you...

@nstarman Ah, that makes total sense! Thanks for the explanation. I’m also happy to merge without squashing if the commits are nicely structured. I don’t feel strongly any particular way....

Hey @nstarman! Thanks for submitting two PRs. That’s massively appreciated. :) I am currently away and unable to review the PR, but should be back soon. I will get back...

Hey @nstarman! I think this looks great and is basically ready to merge. :) Instead of doing `type(x).mro()[1]`, would it be safer to store the parent class in an attribute...

@nstarman Apologies for being super slow. Work has been very hectic and eating up all my time. This is beautiful PR. Very clean! Thanks so much for the contribution. I'm...

I'll release a new version which incorporated this once CI passes!

Looks great! Thanks :) I'm really liking `nox`.

Looks great to me! Let's merge this if you're ready to merge this too. :)