Maximilian Hils

Results 653 comments of Maximilian Hils

Hi Mikael, thanks for the input. I think that's something quite useful for the specific use case. With the mitmproxy merge, I'm not sure whether this is something we want...

references https://github.com/mhils/HoneyProxy/issues/53

Looks like CI failure are unrelated to the PR and need a restart. :)

I'm not too familiar with precommit, but happy to take a look at a PR! :)

Where did you learn about this `tk.Event[tk.Text]` syntax? This is not a pdoc bug, this is an issue with tkinter or with the annotation: If you open a Python shell...

This is nothing we can fix in pdoc unfortunately, the tkinter folks need to make sure that their type annotations do not raise if evaluated.

Thanks for tracking this down! We clearly shouldn't raise on this.

Thanks! This looks super nice now. Could you please add some basic tests for `_rst_extract_options` and `_rst_include_trim` in [test_docstrings.py](https://github.com/mitmproxy/pdoc/blob/main/test/test_docstrings.py)? Otherwise this looks good to go.

No worries and thanks again! :) On Thu, May 16, 2024 at 9:05 PM Frank Harkins ***@***.***> wrote: > @mhils thanks for finishing this up! Sorry I > didn't get...

This doesn't sound completely unreasonable, but also more complexity than I would like to adopt. You can maybe do something like this: ```python from . import engine Engine = engine.Engine...