Sam Jaques
Sam Jaques
I have the same issue with `B: ${A:-default}`, it simply doesn't work. The _default_ will never be chosen when using $B in the command line.
I stumbled upon the same issue as I wanted to make the tag field required. It seems to be ignored when deserializing (!) Or can somebody tell me how to...
I don't see why this was closed. "2" is a signed and an unsigned number, so both `as_uint64` and `as_int64` should work. It's wrong to throw when trying to parse...
Okay, I found it: > More formally, if the number: contains a decimal point, or contains an exponent, or is negative and its value is less than INT64_MIN, or is...
Thanks for the clarification. You're definitely right about topic 2,3 & 4. `to_number` is indeed a solution, having multiple solutions is sometimes confusing for the user (just a rant). Sorry...