nuxeh
nuxeh
This fixes compiler warnings such as: ``` In file included from /home/ed/git/dryer-arduino/ui/src/graphicstest.ino:19: .pio/libdeps/nucleo_f446re/ILI9488_ID4667/ILI9488.h:135:65: warning: 'boolean' is deprecated [-Wdeprecated-declarations] 135 | pushColors(uint16_t *data, uint8_t len, boolean first), | ^ In file...
e.g. https://adventofcode.com/2021/day/4
Perhaps also include magic command line parsing for the Aoc struct, e.g. for running with `--test` or `--test `
Provide a templating mechanism for instantiating templates (of different types) for a new day.
Not really sure what to do... ;)
Personally, i find the print on start: ``` INFO Jester is making jokes at http://0.0.0.0:5000 ``` to be undesirable by default, is there some way to disable it? I've tried...
When doing: `mysql -u root -p new_database < database.sql` I see the error: `ERROR 1071 (42000) at line 4: Specified key was too long; max key length is 767 bytes`...
Love the lib :) This is useful to not consume unnecessary SRAM when only requiring, e.g. a single sequence, giving the possibility of saving a fair amount of resources in...