Tobias Raabe
Tobias Raabe
#### Is your feature request related to a problem? #172 adds URLs to task ids. Unfortunately, Windows Terminal does not support URLs to applications like ``vscode://`` neither does any other...
#### Is your feature request related to a problem? For finding bugs, detecting where changes come from, diffing commits in a pytask project can be extremely helpful. One caveat is...
#### Is your feature request related to a problem? A command line option or argument cannot be fully documented in the cli help messages. Provide links to the docs on...
#### Is your feature request related to a problem? Logging is currently not captured. #### Describe the solution you'd like Do it like pytest does it.
Checklist - [x] Title of this PR is meaningful: e.g. "Adding my_nifty_package", not "updated meta.yaml". - [x] License file is packaged (see [here](https://github.com/conda-forge/staged-recipes/blob/5eddbd7fc9d1502169089da06c3688d9759be978/recipes/example/meta.yaml#L64-L73) for an example). - [x] Source is...
Checklist - [x] Title of this PR is meaningful: e.g. "Adding my_nifty_package", not "updated meta.yaml". - [x] License file is packaged (see [here](https://github.com/conda-forge/staged-recipes/blob/5eddbd7fc9d1502169089da06c3688d9759be978/recipes/example/meta.yaml#L64-L73) for an example). - [x] Source is...
- Partially blocked by lazy loading of config values. - Add docs on how to solve the typing issue with the settings class for plugins. Use partial stubs as explained...
### Is your feature request related to a problem? The documentation contains a couple of sections where the project structure is explained. - https://pytask-dev.readthedocs.io/en/stable/tutorials/set_up_a_project.html - https://pytask-dev.readthedocs.io/en/stable/how_to_guides/bp_structure_of_a_research_project.html - https://pytask-dev.readthedocs.io/en/stable/how_to_guides/bp_templates_and_projects.html All of...