Mike Hendricks

Results 16 issues of Mike Hendricks

### Description Add the ability to inherit from another URI, instead of the direct parent of this configuration. ### Solution The inherits property of configs can take a bool or...

enhancement

### Description Need a way to define generic department specific configurations and have them automatically apply to many/all uri's without needing to define the department overrides on every uri configuration....

enhancement

### Description Check for `message` and `warning` properties of the config or distro definition. If found they are printed to the console. A potential use case for this is if...

enhancement

Update testing and membership code in preparation for dropping support for older configurations. > **Note:** This pull request doesn't affect Qt.py for end users. It is however a fairly large...

I've started using cloudpathlib recently and its made what I'm working on so much easier. I would like to report download progress to the users if any of my cloud...

design decision

This allows you to easily get a hab Config object for the hab config you are currently running inside of. Currently you have to run this code: ```py import os...