New username: @17o2

Results 183 comments of New username: @17o2

Tried WSL at work. It had Python 3.8 installed and WireViz installation worked smoothly with the steps you describe, except for using `python3` instead of `python3.7`.

Yes, I highly recommend using `venv` and/or [`pipx`](https://github.com/pypa/pipx) to keep the project's workspace clean :) Also, I am planning to drop Python 3.7 since that version will [stop receiving security...

Let me see if I understand you correctly, by implementing the example I recently used in #185 with your proposed syntax, using `.` as the magic character. ```yaml connectors: S:...

I have re-read your post and now understand what you mean. I have moved my comment originally posted in 134: I think instead of `- F1.` like you propose, I...

General note: The following notations should be allowed for referencing connectors and cables within a connection set: - `- X1: [...]` creates an instance of `X1` named `X1` the first...

I've created [a new milestone](https://github.com/formatc1702/WireViz/milestone/1) to show which features I'd like to have included in the next release, i.e. pushing to `master` as well as uploading the new package to...

Uptate on the [v0.2 milestone](https://github.com/formatc1702/WireViz/milestone/1): I've assigned people for most open issues/PRs, hoping to be able to assign #114 soon too. If anybody wants to take on #60, please comment...

Not sure.. did it myself now :) Perhaps only repo owners (and maybe the original commenter) have the "reopen issue" button...