Not Equal
It took me way too long figuring out why {"PrivateKey": "abcde"}
and
{"PrivateKey", "abcde"}
aren’t equal (hint: the latter one is set, not
dictionary and their string representations differ with only one character).
This is changelog: a wall of short notes which say what I've been working on. I've created it because I struggle with writing long, thoughtful posts. Let's see how long this page becomes.
It took me way too long figuring out why {"PrivateKey": "abcde"}
and
{"PrivateKey", "abcde"}
aren’t equal (hint: the latter one is set, not
dictionary and their string representations differ with only one character).