Niall Dooley

Results 61 issues of Niall Dooley

https://github.com/romanz/trezor-agent/blob/3c911e99a0394278104564092225d67c75e74b99/agents/trezor/setup.py#L25-L28 https://github.com/romanz/trezor-agent/blob/3c911e99a0394278104564092225d67c75e74b99/agents/onlykey/setup.py#L25-L28 https://github.com/romanz/trezor-agent/blob/3c911e99a0394278104564092225d67c75e74b99/agents/ledger/setup.py#L25-L28 https://github.com/romanz/trezor-agent/blob/3c911e99a0394278104564092225d67c75e74b99/agents/keepkey/setup.py#L25-L28 https://github.com/romanz/trezor-agent/blob/3c911e99a0394278104564092225d67c75e74b99/agents/jade/setup.py#L26-L29 https://github.com/romanz/trezor-agent/blob/3c911e99a0394278104564092225d67c75e74b99/agents/fake/setup.py#L27-L30 https://github.com/romanz/trezor-agent/blob/3c911e99a0394278104564092225d67c75e74b99/setup.py#L44 Considering your CI tests against `python3.7` to `python3.11` https://github.com/romanz/trezor-agent/blob/3c911e99a0394278104564092225d67c75e74b99/.github/workflows/ci.yml#L11 should the above classifiers be updated to reflect this CI test matrix?

https://github.com/romanz/trezor-agent/blob/3c911e99a0394278104564092225d67c75e74b99/libagent/device/trezor.py#L18-L20 Unclear if it should be `trezor-agent` or `trezor_agent`. See [this comment](https://github.com/romanz/trezor-agent/issues/342#issuecomment-1713490479). https://github.com/romanz/trezor-agent/blob/3c911e99a0394278104564092225d67c75e74b99/libagent/device/ledger.py#L59-L61 Should be `ledger_agent`. See [PyPI](https://pypi.org/project/ledger_agent/). https://github.com/romanz/trezor-agent/blob/3c911e99a0394278104564092225d67c75e74b99/libagent/device/jade.py#L29-L31 Should be `jade_agent` but is in fact no longer on PyPI...

`trezor-agent --help` states the following: ```` -e CURVE, --ecdsa-curve-name CURVE specify ECDSA curve name: ed25519, nist256p1 ```` In trying to educate myself more in these topics I came across this...

enhancement

https://github.com/romanz/trezor-agent/blob/3c911e99a0394278104564092225d67c75e74b99/libagent/server.py#L1 https://github.com/romanz/trezor-agent/blob/3c911e99a0394278104564092225d67c75e74b99/libagent/server.py#L135 But isn't this module a part of the generic library?

- [X] I am using the latest release of AWS Vault Yes, v7.2.0 installed via `asdf`. ``` $ aws-vault --version v7.2.0 ``` - [X] I have provided my ~~`.aws/config` (redacted...

The docs [here](https://github.com/99designs/aws-vault/blob/master/USAGE.md#using-a-yubikey) talk about `ykman` but I believe that prompt option is no longer available.

stale

The `pass otp append` command does not work with `zbar` i.e. following the instructions below from the README the password-store file is overwritten rather than appended to. ``` $ zbarimg...

Unable to install on my Debian machine following the README instructions. Warning states public key is not available. ``` Distributor ID: Debian Description: Debian GNU/Linux 11 (bullseye) Release: 11 Codename:...