Wiktor Kwapisiewicz

Results 49 issues of Wiktor Kwapisiewicz

Hi, I was testing `Client::reset_device` with an authentication key without the [`reset-device` capability](https://docs.yubico.com/hardware/yubihsm-2/hsm-2-user-guide/hsm2-introduction.html#:~:text=reset-device) and was surprised that the call apparently succeeded. Digging deeper with debug level statements revealed the following...

It seems that the previous service is no longer working.

This PR: - updates links in the client module to latest documentation (to save one click per link), - updates references to use short markdown syntax - adds nicer warning...

Hi, I just started thinking about developing Flipper apps and noticed that the catalog mandates using [uFBT](https://pypi.org/project/ufbt/). I didn't see any open issues about that but I'm wondering what is...

Hi! I just found your project and wanted to use it to shellcheck the justfile but found one issue: it seems justfiles with attributes are unsupported: Eg. this works: ```just...

Hi folks, There is much interest in a Pkcs11 that does not finalize the underlying implementation and I thought I'll try out one idea I had: splitting the `Pkcs11` into...

The existing link checker didn't really work (it threw errors but they were not reported). Replace with something that actually works :sweat_smile:

Hi, Thanks for `cargo-llvm-cov` this is a really great project I'm using every day! 🙇 I've noticed one issue today. When running just the doc tests in a workspace project...

C-bug

As it says on the tin, I found it out after trying out the example. I see GitHub's editor also inserted a newline at the end of the file, if...