kvid
kvid
I try to [install the development version](https://github.com/formatc1702/WireViz/tree/refactor/big-refactor#installing-the-development-version) to try out PR #251, but the installation seems to fail. Commands I try from Ubuntu bash in WSL1/Windows 10: ```bash lsb_release -a...
- @Halfwalker has suggested a syntax change that might help the use case in #275: _defining pins individually_ (by specifying pin attributes in a dict for each pin - see...
- Resolves #263 that describes warnings and weird loop drawing because loop connected pins are hidden when `hide_disconnected_pins=True`. - Activate loop pins as early as possible to enable correct counting...
Maybe a general feature to warn about differences between wires that are connected together could be useful? It must of course be possible to turn this off where differences are...
- This PR aims to solve #225 by collecting color and font attributes into a dataclass for visual appearance. - This will break a few parts of the syntax in...
Implement second method in #165
Differences in wire thickness became an issue in https://github.com/formatc1702/WireViz/pull/17 and in this context, I suggested a new feature that is better off in this new issue. If we go in...
Sometimes, a few simple components are integrated into the harness, like e.g. a LED indicator or switch mounted at a connector housing, a resistor at the end of a bus...
@martonmiklos has created PR #164 to remove HTML links from the input attributes. I like his idea, but I also want to discuss hyperlinks to URLs in general. The user...
During the development, a lot of test input files have been created to test a lot of corner cases. I suggest including most of these together with the direct output...