kvid
kvid
A number of such warnings showed up when running (with wireviz v0.4) e.g. ```sh PYTHONWARNINGS=always python build_examples.py PYTHONWARNINGS=always wireviz ../../examples/demo0?.yml ``` See https://github.com/wireviz/WireViz/pull/309#issuecomment-2170988381 Fix: All `open()` calls should be in...
- [x] #346 - [x] #347 - [x] #358 - [x] #361 - [x] #363 - [x] #364 - [x] #371 - [x] #374 - [x] #375 - [x] #380...
HTML output templates with placeholders for generated text is a new feature introduced in v0.4. All placeholders are named ``, except one placeholder called `"sheetsize_default"` only. 1. Why is it...
- [x] Accept a single string - fixes #292 - [x] Accept a list of images - fixes #407 - [x] Accept no image (as today) - also consider empty...
Here, the SVG file is specified to be utf-8 encoded: https://github.com/wireviz/WireViz/blob/close_files/src/wireviz/wv_html.py#L45 It's not specified at: https://github.com/wireviz/WireViz/blob/close_files/src/wireviz/svgembed.py#L62-L64 What is correct? Should we specify utf-8 at both places, or does it really...