Heikki Hellgren
Heikki Hellgren
There should be possibility to ignore warnings with some comment in code for example: ```cpp // NOCLEAN #include "not_needed_header.h" ``` This would help with false-positives until the other issues are...
When using forward declaration and templates the cppclean gives false warning. Not sure if this is related to the using keyword or the use of template. To reproduce: ```cpp template...
In order to have the code formatting generalized, I would suggest adding .clang-format configuration file in the project and mention using of clang-format in the contribution guidelines. More information here:...
Currently the code snippet can set range for the lines to show. This is nice feature but is hard to maintain if the source code changes. To make this more...
Plugins could enrich this great application without need to embed all possible features to it. Sphinx is great example of this with it's sphinx-contrib (https://github.com/sphinx-contrib). Technically I don't have a...
## 🐛 Bug description Code fails to compile in the lambda-rust container on Windows WSL2 with Docker. The following error occurs: ``` Status: Downloaded newer image for softprops/lambda-rust:0.2.7-rust-1.43.1 error: could...
Symbian phone support would be nice addition for this
This adds support to fetch OpenAPI specifications over the internet to be rendered by the sphinxcontrib-openapi. Also fixed broken tests.
This is missing feature that does not work for example in AWS Lambda where the query parameters are inputted in query object from ALB Event's queryStringParameters object. Also AWS lambda...