Nicolas Dagoneau
Nicolas Dagoneau
Hi, I report a linking error on Centos 7 with yaml-cpp from the conda-forge repository. **Step to reproduce:** Run a docker container from [conda/miniconda3-centos7](https://hub.docker.com/r/conda/miniconda3-centos7) docker run -i -t conda/miniconda3-centos7 /bin/bash...
This PR adds the doxygen `@note` command and fix the `@warning` one. Test docstring: ```c++ /** * This is a method to test docstring parsing with pybind11-mkdoc * @note Test...
- dash 2.17.0 - dash-bootstrap-components 1.6.0 - dash-core-components 2.0.0 - dash-html-components 2.0.0 ### What is happening? When `dcc.Input` content does not match the pattern, the border is coloured in red....
When using sphinx within a flask application, all files in the _static directory are accessible. That's not the case by default for the files outside _static, unless we define specific...