Ryan Schenk
Ryan Schenk
Oops, I have performed a minor breach of etiquette—I should have made my changes in a branch, which would allow you to do everything that you've described above. I'm not...
That's a clever idea, Mark. I'm sure the git-gurus will feel a sharp pain in their side as I type you this link, but you can check out my new...
Thank you for investigating, I will set up a local build environment and report back. I've got a busy couple days but I'll try to fit it in when I...
Well, turns out I had more free time tonight than I anticipated. I was able to set up a development environment on my Mac, build a uf2 locally (without Docker)...
I looked into this issue, but I think implementing transparent keys will require refactoring the way layers are implemented to introduce the concept of whether a layer is active or...
It does look like QMK has the notion of multiple active layers: > you can change layer_state to overlay the base layer with other layers -- [Multiple active layers](https://github.com/qmk/qmk_firmware/blob/master/docs/keymap.md#keymap-layer-status-idkeymap-layer-status). >...
I would love this feature as well—Deepnest preserves the original color of shapes when exporting as SVG. @deece you [mentioned](https://github.com/Jack000/Deepnest/issues/5#issuecomment-443371097) that some laser cam packages can automagically detect internal holes/features...
Having done a decent amount of poking around with this today on 1.0.5, this problem only seems to rear its head when Merge Common Lines is set to true and...
I'm tempted to take a crack at #99. I've never built an electron app, so I'm not sure where to start with that, but am solid frenemies with Javascript so...
I did some digging into this and wrote a failing test for it. The issue is caused by [Tds.Parameter.fix_data_type/1](https://github.com/elixir-ecto/tds/blob/ffbc7863022f8370f6af56ffaf15f48d5c658732/lib/tds/parameter.ex#L84-L88) which casts a `nil` parameter to a `:binary` type. This existing...