apiraino

Results 228 comments of apiraino

I'll rework my patch and try to have both ways to generate keys, though imo having two methods can be confusing, especially for newcomers. Let's see if I can make...

@drduh I have updated the changes as [per your suggestions](https://github.com/drduh/YubiKey-Guide/pull/282#issuecomment-950369478). If you're happy with this version, I'll rebase before merging. thanks

Hello, stumbled on this issue. Another way to reproduce is also an XML such as: ``` This is the title This is the repeated title because why not ``` so...

hey @punkstarman thanks for the reply. Damn, you're right the field is set to a default empty string ( I was confused by too many fields). Besides the lack of...

@alexschrod rather than specific to `serde-xml-rs` that's an issue of `serde` and that's a common complain, oftentimes error messages are vague, to say the least. But here's [Serde path to...

Also [crypto-hash](https://crates.io/crates/crypto-hash). And yes, please, merge that PR, so I immediately know that I need to look elsewhere. Thanks

Hello, I am testing Nextcloud with the same setup seeing the same error on a fresh installation similar to OP: nginx on host, nextcloud in docker alpine launched with: ```...

I think I've solved this issue, at least it Works For Me (:copyright: 2022). I'll detail my solution, though not sure is applicable for @Laikar. First, I had to change...

@CodedBinary just out of curiosity, what is insecure about this blur? ![grafik](https://user-images.githubusercontent.com/6098822/141663651-578d9ab6-9236-43fd-b911-f863a4d6d9f0.png) If you're worried about an attack that can reverse the blur, one workaround could be to give more...

If I had to blur _really_ sensitive data, I wouldn't use swappy in the first place, simply because it does not make any claims about being a privacy tool :)...