Mark Feit
Mark Feit
The best way to find a solution to a problem is to be told there isn't one. :-) See https://github.com/perfsonar/pscheduler/issues/717#issuecomment-472962004 for an update.
I have a working fix for this problem that's not in production yet but has been tested well enough that it's in the pipeline. Because this is a hybrid jq/PyJQ...
I do have code in the field that will break if integers start coming out of PyJQ as floats but can continue running my patched PyJQ if necessary. ECMA-404 is...
Probably not for this change, although I'd imagine there could be some uses for it in scripts. Jq _mostly_ leaves numbers as they came in on the way out, so...
Side discussions about bindings and how integers will be handled in the future, does this look like something that will be in the next release?
**1752:** If the plan is to merge that change into the next release and there's still going to be a `jv_is_integer()` in the library without the same larger-than-31-bits bug as...