kvid

Results 393 comments of kvid

> I will need some time to think about the best way to structure the data, but I agree that a dataclass could be a good solution. - See PR...

@formatc1702 wrote above: > > I propose `Style`/`NodeStyle` instead of `Look`; this would be consistent with the nomenclature in other programming/markup languages. > > I am aware that `style` is...

This is related to the general error message improvements discussed in #207.

I guess @formatc1702 is thinking about internally in his WireViz Python code, not internally in the users organization, and also input and output files related to this WireViz tool.

I agree with @aakatz3 , but it requires that all cables of the same type use the same length unit to avoid any unit conversion calculations when calculating the total...

Thank you for sharing your challenging use case. Currently, WireViz does not support a wire to be part of more than one single bundle. You can try to insert virtual...

> Thanks for the fast reply, and with a solution ! That image looks totally fine. I'm glad you can use my suggestion. > It will be nice to hide...

> > > Does it matter that the wires are split into two parts internally ? The BOM lists the correct length needed for each one. > > > >...

Such a new graph element is easy to test with my PR #215 together with e.g. this input: ```yaml connectors: X1: pincount: 4 X2: pincount: 4 cables: W1: wirecount: 4...

I also suggest a CLI option to ignore any global options. This is useful when wanting an output that only depends on the imput YAML file, e.g. when running `build_examples.py`...