Maximilian Hils

Results 653 comments of Maximilian Hils

Hi @bburky! Thanks for sharing, this looks really cool. This kind of feedback is super cool and very much appreciated. 😃 🍰 > Make ConsoleAddon.edit_focus() extensible by addons > Provide...

> Do you want me to PR my SAML addon? Do you want me to delete or comment out some of the hacky parts if I submit it? I think...

This will be fixed by https://github.com/mitmproxy/mitmproxy/pull/7623. 🎉

This is generally working as intended: `lbm3.games.t-tales.com` does not serve a publicly-trusted certificate, so we fail with a certificate verification error. Setting [ssl.insecure](https://docs.mitmproxy.org/stable/concepts-options/#ssl_insecure) should fix this issue at the cost...

Yes, we don't support UDP-over-SOCKSv5 yet. Unlikely that we will get to this soon, but we should keep that I mind when refactoring UDP connections on the Rust side. Refs...

Thanks. Could you please file this upstream with urwid and link the upstream report here?

> If the new mitmproxy uses straight-up `urwid`, is there perhaps any way of having the pip installation process remove any existing older `urwid-mitmproxy` package if it's installed? Manually removing...

Please do not click on the link shared by @AchilleasTsiamoulis, this is not a solution for this problem but a malicious phishing attempt.

This already breaks in stdlib: ```python class Foo[T]: def foo(self) -> "Bar[T]": ... class Bar[T]: def bar(self, _: T) -> None: ... if __name__ == "__main__": import typing typing.get_type_hints(Foo.foo) #...

Thanks! Enums probably just need to be added here: https://github.com/mitmproxy/pdoc/blob/dea7fa02def9843a4c1ab6e37750aa1a60478140/pdoc/doc.py#L587-L598