kvid

Results 393 comments of kvid

@aricbeaver wrote: > I still have this problem after installing wireviz today with macos. The template directory doesn't exist. Any suggestions? This PR is merged into the `release/v0.4.1-rc` branch of...

@freiadam wrote: > [...] "C:\Users\adam\AppData\Local\Programs\Python\Python311\Lib\site-packages\wireviz\wv_helper.py", line 117, in open_file_read return open(filename, "r", encoding="UTF-8") ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ FileNotFoundError: [Errno 2] No such file or directory: 'C:\Users\adam\AppData\Local\Programs\Python\Python311\Lib\site-packages\wireviz\templates\simple.html'` Thank you for testing this PR. The...

@amotl - Thank's for approving, but it still seems to be some unsettled issues at #331, so I marked this PR a draft until we agree on what to do.

> Try creating a connector with `style: simple` and `type: GROUND` attributes. That will work, and a "Connector, GROUND" entry will be added to the BOM unless you also add...

Chassis ground is not necessarily the same as earth ground (U+23DA), and I didn't find the chassis ground symbol as a unicode character.

The dot notation is new from WireViz v0.4 - see [docs/CHANGELOG](https://github.com/wireviz/WireViz/blob/master/docs/CHANGELOG.md).

Please provide your Python version (`python -V`). However, your latest error message is similar to what was reported in #344, so I guess the issue is already fixed in PR...

@akikinho - I just deleted your comment in #293 because it seemed to be a copy of your initial comment in this issue, and I didn't see any relation to...

See https://github.com/wireviz/WireViz/blob/v0.4/docs/syntax.md#autogeneration-of-items > Names of autogenerated components are hidden by default. Your `X.` generates unnamed connectors. You can optionally specify a name after the dot, like in your `W.W1` cable.

@akikinho - Judging from your progress in #396, I assume this issue is resolved, and I therefore close it accordingly. Feel free to reopen at any time if needed.