Mike Hendricks
Mike Hendricks
I noticed a lot of duplication of the key in the value in _misplaced_members. This adds extra lines to Qt.py that are not required for it to run. Do we...
Currently cross3d is dependent on PyQt4 which is not easily available in most DCCs. We need PyQt for our database api, so we end up compiling a compatible version for...
## Checklist - [x] I have read the [CONTRIBUTING.md](../CONTRIBUTING.md) document - [x] I formatted my changes with [black](https://github.com/psf/black) - [x] I linted my changes with [flake8](https://gitlab.com/pycqa/flake8) - [x] I have...
### Description It would be nice to be able to ensure that the host running hab has a valid version installed. We can use the site files to define a...
### Description Currently I've been using hab with git bash on windows. I haven't tried using wsl instead. I think the existing bash implementation should should mostly work, but we...
### Summary The default for `Site.platform_path_map`'s platform is None. If you call this it errors out. ### Expected Behavior I think this should use the current platform, or you should...
### Description Move the current level 3 verbosity `-vvv` output to level 4 verbosity. It is useful, but takes up a lot of vertical screen space. Often we don't need...
### Summary Provide easier to understand feedback when running into this error. This happens when there is no default config found. ```py Traceback (most recent call last): File "C:\Program Files\Python39\lib\runpy.py",...
### Summary Ensure we can encode/decode unicode characters in HAB_FREEZE. ### Expected Behavior You should be able to store unicode values in hab json files. ### Steps to Reproduce Behavior...
### Description The `hab --site ...` cli call is useful for testing and to ensure a user runs a command with your development setup, but it is a little cumbersome...