-
Notifications
You must be signed in to change notification settings - Fork 40
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
Get float value? #32
Comments
I'm not clear on how to handle this one. I wonder if we could just deal with |
I think that's a fine solution, personally. Paging @agentgonzo, interested in your take on this one. |
I have open #34 to fix this. |
It seems like the Java SDK doesn't support floats. Is that something that should be supported? I suppose this can be worked around with strings, but I wonder if decimal values are important enough to be supported, especially fractional values like .5 could be practical.
Relevant part of the spec: https://github.com/open-feature/spec/blob/main/specification/types.md#number
The text was updated successfully, but these errors were encountered: