Sorting issues by weight in descending order results in issues without a weight being displayed first
For example https://gitlab.com/gitlab-org/gitlab-ce/issues?assignee_id=&author_id=&milestone_title=&scope=all&sort=weight_desc&state=opened shows issues without a weight first, most likely due to the sorting using "NULLS FIRST" instead of "NULLS LAST".