You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Need to investigate where this is coming from.
brickbots wrote: "[it] might be nice to figure out where this is coming from. I'm guess it's a side effect of the nearby sort?"
The text was updated successfully, but these errors were encountered:
Nearby sorting is using numpy for speed, we should either use numpy for all sorting stuff or convert nearby sort to normal list. I'm currently reworking sorting so it's probably best to revisit this after the sorting changes are done.
(my PR will set default sorting orders for each menu item, and probably allow the user to override them in the settings)
See https://github.com/brickbots/PiFinder/pull/222/files#r1732015625
Need to investigate where this is coming from.
brickbots wrote: "[it] might be nice to figure out where this is coming from. I'm guess it's a side effect of the nearby sort?"
The text was updated successfully, but these errors were encountered: