Nick Coutsos

Results 17 issues of Nick Coutsos

Just noticed this but it seems to have been an existing issue. The second column of the finger cluster is intersecting with thumb cluster column support _and_ plate. One option...

> a base that connects each half of the project together would add significant cost, but would greatly positively impact the sturdiness of the build in the long run, and...

user feedback

During assembly of the original dactyl-flatpacked I realized that I left too much clearance between the slot cutouts (the OpenSCAD preview renderer doesn't like co-incident faces in `difference()` operations so...

> flimsy handling may break some of the smaller pieces, so an extra 1u key holder or two would be appreciated. This can be easily arranged. Would this be better...

user feedback

> laser cut acrylic is expensive, and printing two copies is twice the price of printing one copy. So if you could bring both halves into one svg file and...

user feedback

The bindings parser finds keycodes that look like "functions" and parses them into a list of parameters. E.g. `LS(F)` becomes ```json { "value": "LS", "params": [{ "value": "F", "params" []...

bug
devicetree-parsing

When encountering lines in the devicetree such as ``` foo; // bar ``` this gets parsed into two nodes: `property`, and `comment`. Then two steps are followed: 1. the preceding...

devicetree-formatting

There is some code in the backend that will strip out certain characters in things like layer names, but this should really happen on the frontend for transparency. 1. Review...

enhancement

At the moment its possible to change a key's behaviour and neglect to re-assign the parameter values. Even if the app doesn't outright prevent you from submitting the keymap in...

enhancement

Applying rotations to keys can be hard to get right, especially when trying to make a symmetric layout. Two things that make this troublesome: 1. the default origin for a...