Fabrice Normandin
Fabrice Normandin
- [X] Add test to repro #322 - [ ] Fix the issue
Hello there! I'm getting some weird issue related to pickling of configs, but it seems to only happen when using the new feature causes with the pydantic parser. I'll try...
Signed-off-by: Fabrice Normandin
Seems to be caused by the login node hostnames varying or something? Not 100% sure. Duplicates: - #149 - #128
Ideas: - Suggest re-running the command with `-vvv` flag to get more info before opening an issue - Identify common failure cases, and add more specific error messages for those
Signed-off-by: Fabrice Normandin
Signed-off-by: Fabrice Normandin
### Actual Situation Hello there. I might be mistaken, so please do correct me if I'm wrong, but it seems like the `when` clause in tasks is checked by rendering...
This commit enhances the MkDocs documentation by: 1. Adding `mkdocstrings[python]` to handle auto-generation of API documentation from Python docstrings. 2. Configuring `mkdocstrings` in `mkdocs.yml` under the `plugins` section and updating...