pravorskyi
pravorskyi
Hi, @AltraMayor! I did a quick setup of project analysis using SonarQube and you can see the results here: https://sonarcloud.io/dashboard?branch=ci&id=f3-test. What do you think about using CI and SonarQube analysis...
Hello! I executed the script `./dnssd-tests.sh` but it failed to detect the Xerox WorkCentre 3025BI printer. Output: For debugging, I executed it with the command `bash -x`: ``` bash -x...
Hello! Right now tasks and planned events in the app get marked as completed automatically. It would be beneficial to introduce an option in the app settings to keep tasks...
Hi! I wonder if there is any chance to make const-qualification of parameters in some exported functions? For example, change `cfg_getopt(cfg_t *cfg, const char *name);` to `cfg_getopt(const cfg_t *cfg, const...