Yves Goergen
Yves Goergen
Alright, after trying to understand the comments here, I assume that there is no mapping available and thus nobody knows what numbers to use for a certain pin on a...
@michaelcsikos Could you try what happens if the line with the attribute were below your editing? Just to quickly check if @davidwengier 's suggestion could work. This whole editor now...
And .NET 8 ... Is this project even maintained still?
I always get the PIN entry window from Windows Hello in the foreground, but after completing this, the account selection window from KeePass is in the background. So still a...
No, lost interest because it works much better with KeePassXC.
@PatchouliTC I've been notified for your mention edit. I've already seen your comment after reading the recent updates here. But I'm sorry, from my own experience creating Fody modules, I...
Possible steps to reproduce: (not tried, just describing what I did immediately before the error appeared again) 1. Create a class with a field and a constructor, assigning the field...
Not sure why that exists, maybe somebody else wrote it. As I understand the code: If you serialise an array, you get a MessagePack stream that represents an array that...
I've just stumbled across this as well, in my very first experiments with this. It doesn't seem easy to decode that 30/34 bit structure in JavaScript without putting almost every...
Revisited this. Here's my code that should be able to decode all three timestamp formats. It only handles a single value deserialised from MessagePack. It needs to be integrated into...