jaskij
jaskij
While investigating why [KiCAD's project icon is not rendering properly in some renders](https://gitlab.com/kicad/code/kicad/-/blob/332b4ed1078a2c06d3be08d2f737d1a57e764c07/resources/linux/icons/hicolor/scalable/mimetypes/application-x-kicad-project.svg) I discovered that resvg *is* one of the renderers in question. The culprit seems to be in...
**Is your feature request related to a problem? Please describe.** It is common on microcontrollers and other parts, to bundle GND, but not VDD or other supplies. This is mainly...
**Describe the bug** When a pin has no name, kipart errors on the part and doesn't process it **To Reproduce** ``` kipart test.csv ``` ```csv foo Pin,Name,Type,Side 1,foo,bidir,left 2,,nc,left bar...
If I'm looking at it right, the backend is using [`xiatechs/jsonata-go`](https://github.com/xiatechs/jsonata-go), which does not have feature parity with JSONata proper. UQL, while using JSONata itself, is using version 1.8.7, which,...
I'm working on adding STM32N6 parts (PR coming soon!), and wanted to run the script `matchperipherals.py`. Unfortunately, there is no project description or the like. This creates two difficulties: -...