kvid

Results 393 comments of kvid

Please try surrounding designators containing special characters that might be illegal in YAML or Graphviz with double quote characters.

I have verified that colon is legal in YAML designators, but colon followed by space is interpreted as a separator unless within quotes. Graphviz seems to have a problem with...

@lutorm wrote: > Beyond the BOM, the second thing that's needed is a cut list that then tells me how the 80m of wire the BOM tells me I need...

@lutorm wrote: > I think the format for the cutlist could most simply be just like the BOM, only instead of concatenating all the designators into one line, they would...

It seems we agree on what a cut list is, but I really don't recognize my latest suggestion in your description above. My description was probaly not good enough, so...

Thank you, @ddi-acassidy for reporting this bug! I have tested this by using `demo02.yml` with a modified custom template name, and can verify that the output folder is searched instead...

The PR #473 suggests a fix. I reviewed it and verified that the simple cases are resolved, but I suggested a few changes to also resolve the more general cases....

@mrickey - I'm sorry these answers are a bit late. Currently, the easiest way to ask questions like yours, is to create an issue (like you have done) or commenting...

Thank you for reporting this unfortunate bug with the current `loops` implementation. It's heavily related to #432 that is already marked with a [TODO in the code](https://github.com/wireviz/WireViz/blob/v0.4.1/src/wireviz/DataClasses.py#L207).

Thank you @ddi-acassidy for this suggested fix for #472. However, I think we need to discuss the implementation a bit. 1. It seems to fix the issue for simple cases...