Easily find issues by searching: #<Issue ID>Example: #1832
Easily find members by searching in: <username>, <first name> and <last name>.Example: Search smith, will return results smith and adamsmith
Are you sure you want to perform this operation?
AquaScript: Why does printing formatted output with java.lang.String.format("%d", 2) fail?
Because JavaScript numbers are not integers. So, use %.0f instead of %d.
About AquaClusters Privacy Policy Support Version - 19.0.2-4 AquaFold, Inc Copyright © 2007-2017
Because JavaScript numbers are not integers. So, use %.0f instead of %d.