Artem Sheremet
Artem Sheremet
I was kind of expecting that Dart's tree shaking would remove `analyzer` if it's not being used (even though it's listed in dependencies). But even then, wouldn't it be possible...
I think this request is mostly a dup of #34, except in #34 we want output on `--verbose` and you'd rather have it always enabled. Would you like to take...
This is a trivial change but I'd like to know others' opinions or a discussion.
Tested via: ```shell $ ./setup.sh $ source venv/bin/activate (venv) $ python3 -m pytest ... Required test coverage of 95.0% reached. Total coverage: 96.94% ============================================ 159 passed, 1 warning in 2.09s...
Friendly ping @Kane610, hope you got home safe.
Merged the change; I am not sure if Port could be None, this was a case of defensive programming. I have removed that branch now.
That is now done!
The problem with logrotate.status is different from that of machine-id. The way logrotate updates its status file is first populate a new, temporary file logrotate.status.tmp and then rename it to...
That should be possible; age-plugin-tpm identities have a unique prefix. We could readFile and parse that: ``` AGE-PLUGIN-TPM-1QYQQQKQQYVQQKQQZQPEQQQQQZQQPJQQTQQPSQYQQYR92LCDXJ75RJZ9E4T9NUD7[...] ``` https://github.com/Foxboron/age-plugin-tpm/blob/ff250c13d813b748ad1f88ca5c57ace4858185e8/cmd/age-plugin-tpm/main.go#L36
The public key is also prefixed with `age1tpm` so that could be an alternative in case e.g. keyFile is not present on the build system. It's a little cumbersome because...