nick black

Results 154 issues of nick black

This allows us to use `-wwrite-strings` over the repo. Otherwise we get: ```c /home/dank/esp/build/_deps/espidflib-src/components/max1704x/max1704x.c:101:20: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 101 | static char *TAG =...

scd4x self-calibration passes `bool` and `bool*` to `execute_cmd()`, but this function eventually swaps its 16-bit argument words. a `bool` is typically represented by a single byte, and thus the `swap()`...

yes, these are just multiplied, and multiplication of integers is commutative, so the resulting size will be correct either way. with the parameters inverted, however, alignment requirements might be incorrect.

i know that bugs exist in the ncreel implementation, because i've seen them while running growlight. we need an exhaustive suite of tests on ncreels, exercising movement (both within a...

bug
enhancement