AwK

Results 8 comments of AwK

@xd009642 Oh, I encountered the same mistake in github-actions. In version `0.17.0` I don't know how to do it. ``` Nov 15 05:21:17.353 ERROR cargo_tarpaulin: Failed to compile tests! Error:...

It suddenly works again today. I don't know what happened to....🐶

> Unfortunately, I haven't looked into it, but I am open to PRs. Thank for your precious time to answer my question! I'll try to find another way.

Hi, @CoelacanthusHex, @Enter-tainer Thank you for your issue. ~~i would support for this feature in the next release.~~ I underestimated the difficulty of this job, I will support it as...

### progress report Recently, I realized that perfectly supporting `gpg` in `git2-rs` is not an easy task. the main library currently implementing `gpg` signature separation in Rust is `gpgme`. and...

@SirWindfield, as you said, the FFI compilation of `gpg-rs/ gpgme` does cause some trouble for non-unix platforms, so I'm recently looking for a more native GPG implementation in Rust. What...