Maximilian Hils

Results 341 comments of Maximilian Hils

> * can't input `~all`, it immediately becomes empty when starting from `l` I'm unable to reproduce this at all, can you please provide steps to reproduce?

Which browser is this? Do you see anything in the event log? How do you access mitmproxy, locally or over a network?

FWIW You can currently press Escape to unselect the currently selected flow.

I agree this is not particularly fun to fix, but mangling sys.path the way it is done right now is practically guaranteed to break other poetry plugins in the future....

`typing-extensions` was already removed from `_vendor` when I started to look into this, so there was no opportunity for me to submit a PR that simply updates the package. As...

> I wouldn't expect that simply reporting it is likely to lead to action. Perfectly fine, no expectations. I'm doing enough FOSS myself. :) > We agree that the solution...

Thanks for the report! The issue here is that we do Markdown processing first, and only then our math renderer (MathJax) kicks in. Eventually we should solve this with a...

https://pdoc.dev/docs/pdoc.html#exclude-submodules-from-being-documented - if this doesn't work, the only way forward might be to run pdoc as a library where you first import manually (https://github.com/mitmproxy/pdoc/blob/main/examples/library-usage/make.py).

Thanks for the work here. As mentioned in https://github.com/mhils/libxml2-win-binaries/issues/20#issuecomment-875309934, I don't have the capacity to maintain this at the moment. I'm happy to hand over everything to @scoder or whomever...

This PR here is ready. But if I rebase it onto main, nix-build is hanging indefinitely while compiling LLVM on my system. Still need to figure out what's up with...