We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In this output processing you are converting values to string and take care of NaN and inifinity values:
torrus-newfeatures/src/lib/Torrus/Renderer/RPC.pm
Line 470 in c24f1d2
This makes consuming the values with other applications tedious, as they need to parse thru the strings and convert them back into numbers.
Suggested workaround would be to have another call or an option which could be set so the API is sending numbers while NaN and inifinity are 'null'.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In this output processing you are converting values to string and take care of NaN and inifinity values:
torrus-newfeatures/src/lib/Torrus/Renderer/RPC.pm
Line 470 in c24f1d2
This makes consuming the values with other applications tedious, as they need to parse thru the strings and convert them back into numbers.
Suggested workaround would be to have another call or an option which could be set so the API is sending numbers while NaN and inifinity are 'null'.
The text was updated successfully, but these errors were encountered: