You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ jq -n '0 / 0'
jq: error (at <unknown>): number (0) and number (0) cannot be divided because the divisor is zero
$ gojq -n '0 / 0'
gojq: cannot divide number (0) by: number (0)
$ jaq -n '0 / 0'
null
The text was updated successfully, but these errors were encountered:
Noticed this while poking around
The text was updated successfully, but these errors were encountered: