Open jscheidtmann opened 3 months ago
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?"