David

Results 57 comments of David

This was solved for me by https://github.com/Technologicat/pyan/pull/74 To install it I used `pip install git+https://github.com/maciejczyzewski/pyan`

@Technologicat @jdb78 Tested this via the https://github.com/aurelg/pyan/commits/master fork and can confirm it is working.

@Technologicat @jdb78 FWIW I have used this branch successfully on a moderately complex project, and it works as expected.

@Technologicat @jdb78 Tested this via the https://github.com/aurelg/pyan/commits/master fork and can confirm it is working.

FWIW this problem can be replicated on https://mermaid.live and here on GitHub which I think confirms it's an upstream issue. ```mermaid C4Container title Container diagram for Dashboard System Container_Boundary("System") {...

This hack fixes `test_wrap__hard_break` which is currently skipped. I suspect a better solution is possible. ``` def paragraph(node: RenderTreeNode, context: RenderContext) -> str: # noqa: C901 inline_node = node.children[0] text...

This could be caused by bad detection in makdown-it-py, see https://github.com/executablebooks/markdown-it-py/issues/172 for an example.

Confirmed this works on Ubuntu as follows: ``` sudo apt install gir1.2-gtk-3.0 python3-gi python3-gi-cairo python3-numpy graphviz # from the readme pipx install --system-site-packages xdot xdot file.dot ```

@jrfonseca Personally, I use it as a package manager when the package is available on PyPI but not through apt. There may be other use cases. It is simple to...

Hmmm, or a new section "pipx users" under "Windows users" and "Debian/Ubuntu users". Then it's clear that if you don't already use pipx, you can ignore it.