Jan Mrázek

Results 376 comments of Jan Mrázek

Oh, I forgot that setup.py does not build the Javascript framework automatically. I will try to address this near in the future.

I added the possibility to download a pre-built nightly package. The instructions for installation were added to the [installation section](https://yaqwsx.github.io/Pinion/installation/) of documenation.

This is strange; it seems that GH pages do not serve Python packages. In the meantime, you can directly get it from the repository (branch gh-pages): https://github.com/yaqwsx/Pinion/blob/gh-pages/releases/latest/pinion-latest.whl

This is fairly easy on the generated template, however, I am wondering how it should work on embedded diagrams. Would having an API to programmatically highlight groups be a good...

When we have API, we can include a default handler in the template. I will look at this.

I hoped that https://yaqwsx.github.io/Pinion/diagramWalkthrough/#testing-the-diagram covers it. Do you have a proposal for reasonable improvement?

Embedding the JSON file might be an option easy to add but it does not solve the problem with cross-origin image fetching.

This is a problem in PcbDraw; it seems to not be able to handle a curve coming from the board. Could you share the board so I can reproduce the...

I just tested your board and it works fine for me. Could you give me output of the following commands? - `pip show pinion` - `pip show pcbdraw` - `pip...

Could you try installing an older version of svgpathtools (via `pip install svgpathtools==1.4.1`) and test if it helps?