Results 68 comments of Kirill Elagin

No, that’s different. There used to be a crazy hack in `gnome-session` that just set `SSH_AUTH_SOCK`, unless this special variable you are probably referring to was set. This crazy hack...

I should probably also mention that I originally encountered this issue with `scrlayer-scrpage` and then reproduced with `fancyhdr` as well. My suspicion was that the former could be reusing some...

> an excerpt of GPLv2 follows. > > > You cannot impose additional restrictions to GPLv2, such as non-commercial use only, so clearly this isn't not a GPLv2-licensed application. There...

Well, judging by `PCSC` in your output, I’d guess you don’t actually tell `RFIDIOt` to use `libnfc`. What does running with `-N` output?

Ah, I assumed you were using one of RFIDIOt example tools. If you are talking to the `rfidiot` class directly, then the `reader` option is your friend. If you study...

Hm… 1. Does your nfc reader have proper permissions for you to access it? I mean, if you can use `nfc-list`, it probably does… but are you running `nfc-list` and...

`libsodium` has pretty cool functions for allocating secure memory: https://libsodium.gitbook.io/doc/memory_management#guarded-heap-allocations. I was going to make a package that would expose this functionality to Haskell, but then found `securemem`. So, I’m...

Yeah, I do realise that it is somewhat of a compromise, that’s why I started by asking whether Simon considers adding a dependency on `hashable` possible. And I agree that...

> if `hashable` already has a large set of dependencies It does not :( ```cabal Build-depends: base >= 4.4 && < 4.11, bytestring >= 0.9 && < 0.11, deepseq >=...

Uh-oh, I am migrating my password to password-store and I was excited to use `gopass` rather than standard `pass`, but this is a deal-breaker. How do people backup their password...