Michael Cousins

Results 35 issues of Michael Cousins

From our discussion in #25, this PR adds to the README to further document the URL hash format. I took a little liberty with formatting everything into tables, so feel...

Hello again! Just wanted to file a little issue noting that the fullscreen button on flems.io is currently 404-ing on an NGINX page. When I click on the button, it...

Common components should have 3D models. I don't like Wings3D, so see if FreeCAD is capable of outputting something KiCad likes. Parametric component models would be nice.

enhancement

Instead of keeping one (for example) 0603 footprint, there are now separate 0603 footprints for each type of component (i.e. cap, resistor, LED). A one-size-fits-all approach wasn't super great for...

Also see if this can be generated by pulling from the .mod and .lib files

enhancement

The [prebuild-install](https://github.com/prebuild/prebuild-install) dependency now advocates against its own use: > **Instead of [`prebuild`](https://github.com/prebuild/prebuild) paired with [`prebuild-install`](https://github.com/prebuild/prebuild-install), we recommend [`prebuildify`](https://github.com/prebuild/prebuildify) paired with [`node-gyp-build`](https://github.com/prebuild/node-gyp-build).** The benefits touted by `prebuildify` and `node-gyp-build` _seem_...

enhancement
prebuild

## Overview xo attempts to check if a given file that it's linting matches a `tsconfig.json` passed into `parserOptions.project`. If the file being checked does not match the tsconfig (according...

Ticket taking over for mcous/gerber-parser#23 > The file determination routine is pretty naive, basically saying "if I see an `*` it's a gerber, but if I see a `\n` first...

bug
gerber-parser
v5-fixed

Ticket taking over for mcous/gerber-parser#22 > `parser.parseSync` always runs the determine filetype (gerber or drill) routine, regardless of whether a format is explicitely passed in

bug
gerber-parser
v5-fixed

This ticket is taking over for mcous/gerber-plotter#14. Although it should be exceedingly rare (as in, I've only seen it happen as a result of other bugs in the stack), the...

bug
help wanted
gerber-plotter