-
Notifications
You must be signed in to change notification settings - Fork 227
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[meta] Example contributions #143
Comments
@ericbhanson Would you mind if we added the harness above to the example gallery? Also, there are things you could simplify in your YAML while retaining the same output!
|
|
@formatc1702 it's my pleasure - I'm glad I could help move the project forward! I would be honored if my harness were added to the gallery. Thank you for the notes about how to DRY the YAML. I was actually using templates initially, but I'm now getting an error when doing so, so I've removed them. Here's a example: When attempting to process the following YAML file:
I get the following stack trace:
As far as bundling wires by color: that was an organizational choice to make it easier to make sure I had everything wired up properly. To be honest, I'm a little confused by the purpose of bundles; what are they intended to do? |
@ericbhanson
You can picture bundles as individual wires being routed together physically (as if zip-tied into a literal bundle). |
@kvid your color code test script sounds like a good tool for development, but including all the examples in the repo is probably overkill... maybe we could add a new directory for these kinds of tools? |
Thanks @formatc1702 - I'm going to recreate the configuration with proper use of bundles in mind. |
If you have used WireViz for a project, and want to showcase your work, feel free to post it here!
We may add it to the example gallery as well, provided you allow it :)
The text was updated successfully, but these errors were encountered: