-
Notifications
You must be signed in to change notification settings - Fork 239
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
[POR-1794] Smart opt v2 #3679
[POR-1794] Smart opt v2 #3679
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice
step, | ||
width, | ||
isSmartOptimizationOn, | ||
decimalsToRoundTo = 0, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
just curious, will this prop ever be set / any reason for the default to not just be 2?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For RAM we round to the nearest 100 I believe, so would look a bit weird to have 3200.00 for example
POR-1794
What does this PR do?