I 'm dreaming of having a floating box which shows authors ordered by the number of their posts and the number of their posts below.
Do you think this could be achieved?
After that you would probably have to write a standard sort algorithm. Off the top of my head, I’d range over the groupby for each other and then submit the pages to a partial which finds the biggest/smallest removes it from the collection and adds it to a scratch. After it’s done then you’d have them in order to range over for output.