Mark Feit
Mark Feit
A user of one of my pyjq-enabled programs observed that large integers we being returned from his filters as floats, causing validation that happened downstream to fail. I narrowed the...
Many network operators, including the one where I work, use IPv4 /31 blocks for point-to-point links instead of /30s because it reduces address consumption by 50%. The IP allocator treats...
# Context * Version of iperf3: 3.17 * Hardware: Any * Operating system (and distribution, if any): Any * Other relevant information (for example, non-default compilers, libraries, cross-compiling, etc.): None...
This change adds a new function to the library called `jv_is_integer_large()`, which returns true for any `JV_KIND_NUMBER` that fits into a `double` and has a fractional part smaller than the...