-
Notifications
You must be signed in to change notification settings - Fork 23
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
Query Orderable Issue #144
Comments
Hi @edwinsyarief, thank you very much for reporting the detailed issue. This is really helpful. The issue is fixed in |
Hi @yohamta , thank you very much for the fast response. The result are now better, but some of them still not consistent, I only changed one object's index, some of them in the world is changing when not moving. Here is the showcase: But the result is consistent when I am using the manual way like this:
Here is the showcase when using slices.SortStableFunc: |
Oh thank you very much. Yes, I agree that I should have used the stable sort. Let me update again. |
Hi @edwinsyarief, it should be fixed now in v1.15.3. |
Yes, it is fixed. Thank you very much |
I have this component:
and then I called all entries as follows:
I got these results:
You can see that the value is not correctly ordered. Does my implementation is wrong?
The text was updated successfully, but these errors were encountered: