Salomon Popp
Salomon Popp
hi @harperjuanl, thanks for your feedback, as well as verifying the issue & potential fix. Perhaps you're right, that this could lead to some issues with other frameworks, however I...
> @disrupted Please rebase to master done
> @disrupted you also have to sign the DCO to pass all tests. done
/assign @juliusvonkohout
> @disrupted the frontend test is not passing. Maybe it is broken. it appears to me that the error is unrelated to the changes made in this PR
thanks for the swift reply, that's great to hear!
I'll have a look, thanks for the feedback
I found this issue which sounds like what we want, but wasn't able to solve it. https://github.com/python/mypy/issues/7778 ~~As a current workaround, it's possible to repeat `app` as the `self`-Parameter in...
I believe `@wraps` is used correctly, but likely the typing stubs from typeshed aren't suitable to detect that `self` is already present since the decorator is defined as a method...
@NTBBloodbath please review