Alexandru Stan
Alexandru Stan
See https://github.com/phoboslab/qoi/blob/master/qoiconv.c#L5. Essentially you just need to have those downloaded h files in the same folder. Alternatively you can add an extra CC flag with the -I arg to tell...
Heh, I had the same suggestion the other day on the AUR package: https://aur.archlinux.org/cgit/aur.git/commit/?h=qoi-git&id=fdf1cb1abca3b4bb2789015ea8f16a7df38ce1e9 It might be easier on the maintainer if this is in pull request form?
And this is what happens when there's no tests for it. Instead of defining rshift, we defined an lshift twice: https://github.com/google/pcbdl/blob/master/pcbdl/base.py#L370 Ty @crcollins for the discovery.
Making this should be pretty trivial. Take a look on how https://github.com/google/pcbdl/blob/master/pcbdl/allegro.py does it. Then it needs to be made to export a file that looks like https://github.com/KiCad/kicad-templates/blob/master/Projects/stm32f100-discovery-shield/stm32f100-discovery-shield.net. Seems like...
Done some work on this in my [netlistsvg fork](https://github.com/amstan/netlistsvg/tree/for-pcbdl). It's essentially almost done. * [X] Chips have pin names inside them (unrelated to this bug) * [X] netnames passed to...
3 more problems left: * [ ] Code quality for my netlistsvg changes is a little low * [ ] Sometimes generic parts are still a little thin, especially when...
Let's call this working enough for Jim.
Jim noticed no airwires on resistors and thin chips already.
I can't really define a new operand. It needs to already exist in python. Luckly https://www.python.org/dev/peps/pep-0572/ does introduce it. So yes, in the future we might be able to type:...
Yeah, this can probably be done too. Similar to #6. Though instead of modifying eagle to export to us, it'll probably be easier to import from our side (since eagle's...