Alec Raymond
Alec Raymond
@kvid Thanks for the quick and detailed response! I agree that it would need to be an optional feature, preserving the ability to document unused connectors. Using inheritance as you...
@kvid Yes, this resolves this issue perfectly. I can include a single connector template file to generate diagrams that display only the cable assemblies with connections. I also like that...
I also have this issue when trying to call `wireviz` directly. `WireViz\src\wireviz\build_examples.py` works fine. WireViz 0.4 dot - graphviz version 11.0.0 (20240428.1522) Python 3.12.3 Microsoft Windows 10 Pro 10.0.19045 N/A...
Windows Command Prompt: ``` Microsoft Windows [Version 10.0.19045.4291] (c) Microsoft Corporation. All rights reserved. C:\Users\ARaymond>cd C:\Repos\WireViz\examples C:\Repos\WireViz\examples>git status On branch master Your branch is up to date with 'origin/master'. nothing...
Trying to replicate your results, I noticed some differences: 1. My `Repos` directory is not otherwise empty. 2. `python3` required me to install python through the Microsoft Store. The same...
Another attempt with all other versions of python removed. There may be an issue with my graphviz installation this time, since `dot -V` was not recognized. I found the old...
The fix works for me: ``` Microsoft Windows [Version 10.0.19045.4291] (c) Microsoft Corporation. All rights reserved. C:\Repos\WireViz\examples>wireviz demo01.yml WireViz 0.4 Input file: demo01.yml Output file: demo01.[html|png|svg|tsv] C:\Repos\WireViz\examples>ver Microsoft Windows [Version...