hab icon indicating copy to clipboard operation
hab copied to clipboard

A application environment and launcher

Results 13 hab issues
Sort by recently updated
recently updated
newest added

### Description There are several missing lines in the Hab code that are not tested with Pytest. We would like to see tests added to the test suite that cover...

enhancement

## 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...

enhancement

### 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...

enhancement

### 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...

bug

### 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...

enhancement

### 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",...

bug

### 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...

bug

### 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...

enhancement

### 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