Skip to content

issues Search Results · repo:mitmproxy/pdoc language:Python

Filter by

443 results
 (85 ms)

443 results

inmitmproxy/pdoc (press backspace or delete to remove)

Problem Description Making a small code change and updating the documentation; the PR goes from one source code file, to hundreds of HTML files - each of which has the project version in the embedded ...
enhancement
  • sawatts
  • Opened 
    31 minutes ago
  • #824

Problem Description Using a type defined using a type alias produces a warning message and uses ForwardRef( TheType ) in documentation output instead of the correct TheType. Sample code: from __future__ ...
bug
  • wgmo
  • Opened 
    27 days ago
  • #822

Problem Description Presence of type alias referencing a type which is imported in an if typing.TYPE_CHECKING block causes pdoc to exit with a NameError on the imported type. Related I think: #695 Consider ...
bug
  • wgmo
  • Opened 
    27 days ago
  • #821

Problem Description Python descriptor don t seem to be typed properly. Steps to reproduce the behavior: class MyDescriptor: def __get__(self, obj, objtype = None) - bool: return False ...
enhancement
  • gpollo
  • Opened 
    on Jul 21
  • #820

Problem Description class Bar: foo: subprocess.Popen[str] img width= 435 height= 109 alt= Image src= https://github.com/user-attachments/assets/4d76f401-6105-4301-b682-2fcce727d925 / I realize that ...
bug
  • MatrixManAtYrService
  • 1
  • Opened 
    on Jul 8
  • #819

Problem Description pdoc produces incorrect HTML when trying to link to a URL whenever the end of the URL happens to be a . followed by any identifier that appears in the project. This results in HTML ...
bug
  • vrama628
  • Opened 
    on Jun 29
  • #817

Problem Description Our good and extremely smart AI friends suggest this is possible: pdoc settings can be configured within the pyproject.toml file under the [tool.pdoc] table. This allows for centralized ...
enhancement
  • busticated
  • 1
  • Opened 
    on Jun 25
  • #816

Problem Description Hi! 👋 I m currently looking into packaging pdoc for Arch Linux. I noticed that you are vendoring markdown2 from a custom location, which seems to be an outdated version of https://github.com/trentm/python-markdown2 ...
enhancement
  • dvzrv
  • 2
  • Opened 
    on Jun 25
  • #815

Problem Description I m not sure if this labels as a bug or pdoc simply don t support this, using markdown link references won t generate the hyperlink. Steps to reproduce the behavior: take a look ...
bug
  • nxtlo
  • 1
  • Opened 
    on Jun 6
  • #814

Problem Description When I specify . while running the pdoc command like python -m pdoc . it throws an error ValueError: No modules found matching spec: . I want to run pdoc from this directory because ...
bug
  • anshuman-goel
  • 5
  • Opened 
    on Jun 4
  • #812
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub