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
Hello and thanks for your question. For the my benefit and that of other future readers, would you please expand on what you have referred to in your question, ideally with a working example?
Given query sorting and cursor generation are so closely related, it'd be nice to be able to use the same arguments, based on how Ecto does it i.e. [desc: :inserted_at, desc: :id]
the keyword args of
desc: :id
vsid: :desc
. the former being ecto, the latter being paginator.Is there a reason why they're incongruent, and if not, would y'all accept a PR to switch that to be congruent to what Ecto is currently doing?
The text was updated successfully, but these errors were encountered: