-
Notifications
You must be signed in to change notification settings - Fork 159
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Viewing document with Infinity
value throws error
#206
Comments
This is with Mongohub 3.0.7 BTW |
Should be fixed in 3.1b4 |
Cool, that's fast! 🍻 |
You are welcome! You can close the issue if it works for you. |
Need to compile from source I assume? Or is there a beta binary download? |
You can get the beta from the Mongohub preferences. |
Should be fixed in 3.1. I let you verify this issue and close it. |
Hi there, yeah, clicking "Check for updates" did/does nothing, with a ticked or unticked "Download beta versions" changing nothing. I'll D/L the latest version manually and verify this Infinity issue. |
Ok, 3.1.3 does work with |
If you have a double float field in your schema with a value of
Number.INFINITY
mongohub throws an error when you try to view the json.Example: (
scale
is the field we're interested in here)Double clicking on this:
creates this:
When I change the value to anything else numerically valid the error disappears. Haven't tried it with negative infinity yet, but I assume the same occurs.
The text was updated successfully, but these errors were encountered: