Jamal Bouajjaj

Results 22 comments of Jamal Bouajjaj

It's probably as issue of the way KiCAD exports SVGs where the numbers are too high and browsers does not support them. See https://gitlab.com/kicad/code/kicad/-/issues/10569, https://gitlab.com/kicad/code/kicad/-/issues/9976, and https://gitlab.com/kicad/code/kicad/-/issues/9447

@eeintech Sure, just beware that A) This is not too well documented which is something I need to do, and B) Only works with V3 API. @peeter123 Is it even...

@peeter123 Any thoughts on the V2 API, if I should add this new config class to it or if it should be deprecated?

Started work on this in my branch: https://github.com/Electro707/digikey-api/tree/json_config_storage So far for V3 it's working. I don't plan on updating the V2 code to handle this tough. ~~Still needs to have...

Yup, created under #15. Set as a WIP as more things needs to be done before it can be merged upstream, some things up for discussion.

Thanks for commenting this. Helped me build it and making an AUR entry. Speaking of which, for anyone who wants to install this package (the PyNEC package) thru the AUR...

I was originally thinking just a json file with the format ```json "KICAD_NAME1": "SVG_PATH1", ``` The main reason I am suggesting a single lookup file over symlinks is that it...

![image](https://github.com/yaqwsx/PcbDraw-Lib/assets/15680882/55ec4b91-3f89-46cd-8ed1-4351080afef6) I think this looks *slightly* better. Thoughts on improvement? (especially for the taller large ones)

Here is the link for the source's pull request: [https://github.com/KiCad/kicad-packages3D-source/pull/254](https://github.com/KiCad/kicad-packages3D-source/pull/254)