{} -> {nan}
Problem: When adding a new value to the empty cluster, it is inserted at position 2, requiring manual deletion of the nan value.
Analysis
The syntax {} is now equal to void. If a cluster can handle this value correctly, the problem should resolve itself automatically. This is likely to happen together with #256
{} -> {nan} Problem: When adding a new value to the empty cluster, it is inserted at position 2, requiring manual deletion of the nan value.
Analysis
The syntax
{}
is now equal tovoid
. If a cluster can handle this value correctly, the problem should resolve itself automatically. This is likely to happen together with #256