Daniel Rojas

Results 32 issues of Daniel Rojas

This is a project wide refactoring effort. I have decided to address it as one large chunk because the fundamental structure of the code needs to be rebuilt at once...

WIP

This is a sandbox to try an implementation of #134 and #184 (with possible effects for #142 and #185). Since both involve changing the WireViz syntax, I figured it might...

in latest

New version of #74. Reason for new PR: - 74 was based on the original branch for #214, called `feature/metadata` - \# 214 was then squash-merged onto `dev`. - Deleting...

in latest

[Update 2020-11-16] This PR has evolved from simply fixing how relative image paths are resolved, to embedding any images in the SVG file by default, eliminating the original issue. ---...

in latest

YAML and Python accept special characters (``, etc.) within strings without problems, but they cause issues when such a string is embedded inside the GraphViz HTML. Therefore, these characters should...

This is the next step after #219. Any area that accepts a background color should have the option to set a foreground/text color, e.g. for good contrast against a dark...

After closing #181, this PR will track and update [`CHANGELOG.md`](https://github.com/formatc1702/WireViz/blob/doc/changelog/docs/CHANGELOG.md) every time a new PR is merged. The `doc/changelog` branch will be squash-merged into `dev` only once before every release,...

## Example The following YAML input: ```yaml cables: W1: gauge: 0.25 mm2 length: 0.2 colors: [tomato, ge, 00FF00, BU] ``` should be valid, and produce the following output: ![graph](https://user-images.githubusercontent.com/2447251/88762768-18c10000-d172-11ea-92b3-1fdb9a07dc4b.png) Yes,...