Closed BlankParenthesis closed 1 year ago
I haven't looked into why, but the sorting order for keys goes like this:
10, 11, 12, …, 18, 19, 1, 20, 21, …, 29, 2, 30, …
When ideally it should go:
1, 2, …, 10, 11, 12, …, 18, 19, 20, 21, …, 29, 30, …
I haven't looked into why, but the sorting order for keys goes like this:
10, 11, 12, …, 18, 19, 1, 20, 21, …, 29, 2, 30, …
When ideally it should go:
1, 2, …, 10, 11, 12, …, 18, 19, 20, 21, …, 29, 30, …