Krzysztof Lewandowski
Krzysztof Lewandowski
Me too :) The more I work with codeium the more I see useless suggestions in another lines. Accepting partial completion word-by-word or by-line would be nice.
Vim has build in meaning of "word" and "WORD". First one is build of letters, digits and underscores. Second one is a sequence of non-blank chars. See :help word, :help...
Which editor do you use? I have never seen such behavior in my vim setup.
@pqn I had some troubles in understandnig when this part of code should execute. For sure current code is not correct, because this method expects length as third parameter and,...
It fixed that problem I shown in previous comment, however now it seems to interfere too much when I type or use backspace. During typing, it enters chars at the...
https://forum.supla.org/viewtopic.php?p=129589#p129589
Please comment if you plan to address above comments.
I have the same issue on ESP32-C6 on boards 3.1.1. Current implementation of format() is following: ``` bool LittleFSFS::format() { disableCore0WDT(); esp_err_t err = esp_littlefs_format(partitionLabel_); enableCore0WDT(); if (err) { log_e("Formatting...
Please fix cpplint issues: src/supla/sensor/HC_SR04_GPM.cpp:111: At least two spaces is best between code and comments [whitespace/comments] [2] src/supla/sensor/HC_SR04_GPM.cpp:111: Should have a space between // and comment [whitespace/comments] [4] src/supla/sensor/HC_SR04_GPM.h:22: Should...
Please sign CLA agreement and fix cpplint issues.