Josh Klar
Josh Klar
Looks like this is known (by way of TODO) in the source to not work, but I wanted to file an issue if for no reason other than to note...
I'm not sure if it's a simple `#derive(Debug)` or something more intensive, but if it were possible to implement `Debug` for the structs in this crate, it'd be wonderful for...
Part two of the "Josh had to rebuild his keyboard" saga: the discovery that the KMK codebase is so big, it can't be copied in full to even a NiceNano...
Probably something like https://github.com/Microsoft/pyright (or maybe https://pyre-check.org) would help us sure up a lot of the insanity that happens at our interface boundaries. I don't think Micro/Circuit Python support PEP-526,...
Cross-posting the following from the Matrix room: >I'm not saying I'm in a rush to hand over admin rights to the repo, but I am saying that I realize I'm...
It should be reasonable to implement a shim/patch `firmware` object which manually injects various matrix scans into the "reducer" (that will be going away with #70 but the ideas will...
Defaults currently uses the following logic to extend the options object: ``` js function defaults (target, obj) { for (var prop in obj) target[prop] = target[prop] || obj[prop] } ```...
This is a second take on fixing the concerns that led to #24176. Fixes a regression introduced in 0cfb156545 and [reported by Alya recently](https://chat.zulip.org/#narrow/stream/49-development-help/topic/error.20generating.20emails/near/1496308) where `/emails/generate` throws an `AssertionError` in...
## Context and Argument I noticed this in both my own work and in this repo: commit messages, if not enforced to follow a given style, expand to fill the...
This is IMO a failing of GitHub's UX, where "Issues" does not clearly mean "for end-users" or "for maintainers", but in general, we fall on the "for maintainers" end of...