Niall Dooley

Results 170 comments of Niall Dooley

https://github.com/romanz/trezor-agent/blob/3c911e99a0394278104564092225d67c75e74b99/libagent/device/ui.py#L126 https://github.com/romanz/trezor-agent/blob/3c911e99a0394278104564092225d67c75e74b99/libagent/util.py#L244-L245 https://github.com/romanz/trezor-agent/blob/master/doc/INSTALL.md#7-installation-troubleshooting also mentions Python2.7. Could also be looked at again when considering this issue.

Despite what I stated above I think this is some how related to #686. I think `aws-vault` creates a subshell (for some or all of its subcommands?) where for whatever...

> changed AWS_VAULT_BACKEND=pass to AWS_VAULT_BACKEND=file and it worked. ![image](https://github.com/99designs/aws-vault/assets/13859009/efb51a6b-719b-4b5e-a6e8-c9cb1588b357) Not for me, but I'm no surprised. How is this then using `pass` as the backend?

Firstly, thank you for the quick reply! Yes, I followed those instructions which if I'm not mistaken match the README here.

At first no key ID or fingerprint was shown. With or without `sudo`. Though with `sudo` correct pub and uid lines in the output were shown ~~with a blank line...

If I instead leave `GNUPGHOME` as I have above but just ignore it by specifying `--homedir` as `~/.gnupg`. I see the following output which I guess demonstrates that `--keyid-format` has...

Apologies for being unclear. I meant if `git` is available on a users machine to execute `git init` as part of `pdm init`. Right now `pdm init` just produces a...

> As for whether git's user.name and user.email values are supported it does not seem to be if one has defined their user.email in separate .gitconfig files via git's includeif...

> current repo is named github No, the repo is named pdm-demo but it is within a directory named github. All projects I may work on that are hosted on...

Fair enough. It is something that [`rye`](https://github.com/mitsuhiko/rye) does which I thought was a convenient feature.