kvid
kvid
@tobiasfalk wrote: > @kvid Loops and shorts are often done with wires I agree to that. 😄 > and therefore can not only have a color(for the isolation) bit also...
@tobiasfalk wrote: > @kvid What I mean with the same list as the wires is that when you define a W1 with the gauge of .5mm^2 and also have a...
@tobiasfalk and @martinrieder - All your YAML input suggestions contain syntax errors. This is an example of an online YAML parser where you can test your syntax: https://codebeautify.org/yaml-parser-online Each `additional_components`...
Be aware that https://www.yamllint.com/ seems to use YAML v1.2 which is different from v1.1 used by WireViz.
To enable comparing the alternatives, we should list the goals we want to achieve by switching library. Unless all goals can be achieved, then I guess we also must rank...
I agree the current `loops` feature has limitations. Possible improvements are discussed in several issues, e.g. #48, https://github.com/wireviz/WireViz/issues/224#issuecomment-2163805131, #286, #350, and #439.
It seems the generic part of [the pin mapping code](https://github.com/wireviz/WireViz/blob/v0.4.1/src/wireviz/Harness.py#L112-L129) in `Harness.connect()` needs to be moved into a new `Connector.pin_index()` method to be available from both `Harness.connect()` and from `Connector.__post_init__()`...
All our examples create a title (from metadata or filename) and a BOM in the HTML output that also includes the diagram. [Demo02](https://github.com/wireviz/WireViz/blob/master/examples/demo02.yml) demonstrates how this can be customized. See...
The `tweak` feature is still an experimental post-processing of the `.gv` output (input to Graphviz) and is mainly designed for developers testing stuff not yet implemented or bug work-arounds. It...
> I took the HTML and used wkhtmltoimage to convert it to a png. I made a script that runs wireviz and then converts the HTML to a PNG so...