Harper Andrews
Harper Andrews
**Have you searched existing Github issues to see if someone has already requested this feature?** Yes **Is your feature request related to a problem? Please describe.** I use heynote in...
### Issue Description As I noted in https://github.com/qmk/qmk_firmware/issues/23721, my perspective is that of someone who used to be a QMK almost-expert, but whose knowledge is now mostly 7 years stale....
### Issue Description We should add templates for problems with existing documentation and requests for new documentation. --- Also, hey! I used to be a regular contributor to the QMK...
[Jetbrains Toolbox](https://www.jetbrains.com/toolbox-app/) is the best way to manage various versions of Android Studio and other IDEs based on the Jetbrains IntelliJ Platform, but `envinfo` ony handles it on macOS.
* **Target**: NSIS, NSIS Web [Electron 23](https://www.electronjs.org/blog/electron-23-0) removes support for Windows 7, 8, and 8.1. To prevent users of those operating systems from auto-updating to a version that won't run...
Example function that demonstrates the problem, generated by cantools 39.4.5: ```c uint8_t spark_setpoint_set_arbitrary_feedforward_units_encode(double value) { return (uint8_t)(value); } ``` This function will have implementation-defined behavior if you call it with...
Scenario: You have a function that accepts a `double`, and sends it over the CAN bus as an integer, using a scaling factor defined in the DBC file. If the...
### Describe the bug Instead of replacing the already-typed text, the selected history entry gets appended to the end, which almost always breaks the command. ### How to reproduce 1....
I've based this PR on #207 so that I can actually make sure that all of the tests pass. Merge that before reviewing this. Once you've done that, you may...
Fixes #209 `docsgen/tsconfig.json`, `docs/examples/tsconfig.json` and `tests/tsconfig.json` all reference `tsconfig.base.json`, which specified `include` and `exclude` arrays that were intended for the primary project. As a result, those projects were actually building...