Owen from Canada
Owen from Canada
Hey folks, I went ahead and implemented a max limit (I didn't notice this discussion until after I submitted a pull request). Not sure if anyone is still looking at...
My changes read the new preference during the `onStartCommand` callback, which apparently isn't run in that condition. I fixed it by also reading it when `loadPreferences` is called. I submitted...
Hey there, I was asking similar questions (#2321), and was pointed here. I think I found the build error: Line 32 of `Persistent.h` attempts to invoke a virtual method in...
Good call--I mostly anticipated usage for lower values, but I pushed another commit that changes the font when it reaches 100. This way it's still large for (what I'm guessing...
Corresponding discussion #2317
Added a couple extra commits for clang-format results. Side note: is there a way to run those same checks locally? It looks like the `tests/test-format.sh` is only meant to be...