Clara Hobbs
Clara Hobbs
World weapon shots can have a team assigned, and appear team-colored in the 3D view. However, they always appear white in the radar, even when `coloredradarshots` is set. It would...
As I have previously mentioned (https://github.com/KiCad/kicad-library/issues/1622#issuecomment-329983092, https://github.com/KiCad/kicad-library-utils/pull/233#issuecomment-381795861), I think it would be great to make KLC use the technical language defined in [RFC 2119](https://tools.ietf.org/html/rfc2119) (perhaps using a bold or italic...
As Wayne reported [here](https://lists.launchpad.net/kicad-lib-committers/msg00547.html), the [potentiometer 3D models from 4.0](https://github.com/KiCad/kicad-library/tree/master/modules/packages3d/Potentiometers.3dshapes) are all missing in the new library. I know that all the old models made with Wings had to be...
As I wrote in #220, the rule class docstrings seem like a more sensible place for rule descriptions than burying them in the `__init__` method. I offered to make this...
Previously, comparelibs.py had to run a separate process for checklib.py. This meant loading a whole Python interpreter potentially hundreds of times for a large library with a lot of changes,...
Initially suggested in #68, it would be great if we were to make the kicad-library-utils into one or more Python packages, installable from the [Python Package Index](https://pypi.org/). This would be...
It would be nice to have a script to check the HTTP status code returned for symbols' datasheet URLs. This could make HTTP HEAD requests for the URLs in the...
I understand that the scripts in the sch directory are useful, but do they really belong here? They aren't truly *library* utilities, after all. They're more like *project* utilities, so...
[KLC]: http://kicad-pcb.org/libraries/klc/ "KiCad Library Convention" [G1.1]: http://kicad-pcb.org/libraries/klc/G1.1/ "Only standard characters are used for naming libraries and components" [G1.2]: http://kicad-pcb.org/libraries/klc/G1.2/ "Each library is limited to 250 items" [G1.3]: http://kicad-pcb.org/libraries/klc/G1.3/ "Libraries are...
Python classes and functions can have docstrings to describe their functionality. We currently have docstrings for most of the KLCRule subclasses, but these all say simply: ```python """ Create the...