Pietro Saccardi
Pietro Saccardi
This occurs when forward-declaring a nested class and then implementing it somewhere else, e.g. the following code ``` /** @brief This class has a nested class defined elsewhere */ class...
**Describe the bug** After setting the fans to a custom rpm (e.g. `razer-cli write fan 4200`), it is not possible to return to the "auto" setting. The command `razer-cli write...
I use Mint which by default ships with Xreader (and a symlink `evince` -> `xreader`), so I was looking to add Xreader support for #1366 . Xreader seems to be...
It seems that Doxygen and Breathe now generate also `concept` entries from C++20. Exhale is wise enough to ignore kinds that it doesn't know how to handle: ``` (!) Unabridged...
Closes #187. By default, the behavior is unchanged, however when set to True, all page titles for structures, unions, classes etc include the namespace as a prefix.
I have items with the same name in different namespaces, e.g. `device1::error` and `device2::error`. When generating the full unabridged API, I get two entries both named "Enum error" (as it...
I have a not-so-small code base, and in the documentation I have a separate section which highlights certain functions and provides additional explanation on how to use them (let's call...
I was expecting `--filename` to be able to set the exact file name where sops decrypts the original file; however, I noticed that instead it uses that as an argument...
### Checklist - [X] The bug is reproducible against the latest release or `master`. - [X] There are no similar issues or pull requests to fix it yet. ### Describe...
ESP-IDF has [support for gcov](https://github.com/espressif/esp-idf/blob/master/examples/system/gcov/README.md) coverage data (see also [here](https://docs.espressif.com/projects/esp-idf/en/v4.2/esp32/api-guides/app_trace.html#app-trace-gcov-source-code-coverage)). It can be collected through JTAG. I've tried to make this work with platformio but I believe this is not...