Tom Pohl
Tom Pohl
Thanks for taking the time to answer my suggestion so promptly. Your points are all valid. I was not sure about Google Authenticator (GA) providing the TOTP programmatically, but I...
Most likely redundant, but the TOTP should be RFC 6238 of course. :-D
Wouldn't a Nil (0xc0) be interpreted as a regular none/null/None/nil value in an array or map? How about 0xc1? To make it work, msgpack would need to specify that it...
Seems like the original creator has lost interest in this project. Too bad. Maybe there's a maintained fork somewhere.
Good idea. I will check matplotlib and Vega tomorrow for their handling of NaNs, but that's just the consistency with other tools. More important IMHO is the internal consistency, i.e.,...
## Matplotlib Does not even try to be clever and just complains that it does not know how to add an `int` and a `None`. Not a bad choice. At...
I have the same use case: including SVGs generated with draw.io. It would be awesome if you could support that! Btw, there's a workaround in draw.io: [disable complex labels](https://www.diagrams.net/doc/faq/svg-export-text-problems)
Changing the well-establishes example images to non-square images would break a few things downstream, so I understand why you are reluctant do do this. On the other hand: If someone...
Maybe v3 would be a good opportunity to cut off a row or column from the square example images. 😉
I could support the effort by writing a small section about the disadvantages of using square images while developing an image processing pipeline. Here's an example I show during my...