Mike J

Results 4 issues of Mike J

svg2shenzhen currently uses kicads bitmap2component tool for some layers and a svg parser for the other unsupported layers. I don't think this is quite ideal as converting back and forth...

enhancement
discussion

Artwork on copper layers has been an issue with DRC not noticing the artwork and allowing shorts similar to the pictured one. This pull does the following: + Adds an...

I prefer to use `{0, 0, 0}` to set the values of the LEDs versus having a cRGB variable that you have to set with `var.r = 0; var.g =...

Fix issues if related_admin has annotations in get_queryset that are used in ordering. See [#34566](https://code.djangoproject.com/ticket/34566) for a better explanation.