Andrew Basson

Results 12 issues of Andrew Basson

## Issue: When installing v1.0.5 into docker:19.03.6 container the binary is unable to be launched ```sh # habitus -version sh: habitus: not found # md5sum /usr/local/bin/habitus 4f89ce1fe21429117c1b4b65b92d0bf8 /usr/local/bin/habitus ``` Prior...

Implement [conventional commit](https://www.conventionalcommits.org/en/v1.0.0/#summary) for tagging to create versioned releases and docker images. * add auto-tagging * fix docker push to use tagged version number * fix failing heic test cases

enhancement

Whilst testing the new version I installed numpy and pandas for resonance and probe accuracy testing. This resulted in an error. ```python3 probe_accuracy_test_suite.py -c 10 Traceback (most recent call last):...

### What happened ### os version ```console $ cat /etc/os-release PRETTY_NAME="Raspbian GNU/Linux 11 (bullseye)" NAME="Raspbian GNU/Linux" VERSION_ID="11" VERSION="11 (bullseye)" VERSION_CODENAME=bullseye ID=raspbian ID_LIKE=debian HOME_URL="http://www.raspbian.org/" SUPPORT_URL="http://www.raspbian.org/RaspbianForums" BUG_REPORT_URL="http://www.raspbian.org/RaspbianBugs" ``` ### polkit-1 version ```console...

bug

**Application Version** 5.0 5.1 5.2 5.2.1 I have tested the above 4 versions which all result in the same output. **Platform** Windows 10 **Display Driver** AMD Vega 11 **Steps to...

This config should quieten renovate until we tackle the upgrades.

ignore-for-release

Addresses some of the issues, and more, raised in #11 - [x] Create preview images in Pull Requests - [x] Use conventional commits for release automation - [x] Add OCI...

enhancement

When debugging an error in a downstream project, it is rather painful to "guess" which method call from the library generated the error when there are duplicated error messages. It...

As a potential user of this library, I would like to explore some usage examples that are provided by the package maintainers and contributors. Fixes #61

documentation

Having error messages that aren't unique makes debugging errors in dependant projects hard. Fixes #59

enhancement