John Chapman (@amzn)
John Chapman (@amzn)
It would be great if we could configure this to use a different storage mechanism that I can run within the network, rather than a cloud hosted one. Many organizations...
When defining mutually exclusive if-statements (`if`, `else-if`, `else-if`, etc.), JSON Schema currently requires nesting with the `else` statements. For shallow cases, this works fairly well. For example: ``` { "if":...
The plugin hides certain elements with negative lefts (like left: -9000px). When RTL is enabled, these all need to be switched to right (instead of left).
For decimal values, I have a use-case with minimum and maximum constraints on precision and/or scale. Is there an existing way to express maximum/minimum precision and scale? I am familiar...