-
Notifications
You must be signed in to change notification settings - Fork 27.4k
Feature request - 'natural' treatment of null strings in default orderBy comparator #15294
Comments
To be clear this does not only affect lists of strings, but any values. Basically, It seems reasonable to treat it in a special way. Note that Notes:
|
This issue now has a funding of 0.02 ETH (6.02 USDT) attached to it. To view or claim this funding, click here. |
I'm working on this one, will create a PR asap. |
awesome @frederikprijck ... I liked this feature request and i was wanting to try gitcoin... ;-) |
hey from gitcoin.co folks -- @frederikprijck did you ever turn this around? if not, let us know so we can source someone new. if so @dntxos maybe time to pay out? |
@dntxos you are the bounty submitter. are you still waying to pay out this bounty? cc @frederikprijck |
Yes
Em 18 de dez de 2017 03:09, "Kevin Owocki" <[email protected]>
escreveu:
… @dntxos <https://github.com/dntxos> you are the bounty submitter. are you
still waying to pay out this bounty? cc @frederikprijck
<https://github.com/frederikprijck>
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#15294 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AHDfSw_BBx97oc6L0mbgGZuHn5NZcwvOks5tBfOagaJpZM4KaX_g>
.
|
@frederikprijck you are good to go. the bounty submitter can still pay out the bounty after the 'official' expiration |
Wohoow, it's merged! 🎊 |
I dont know how can i change the 'expired' status of my gitcoin bounty. I think @owocki can help with this. |
hey @dntxos the bounty submitter can still pay out the bounty after the 'official' expiration. so you can still accept the bounty even if it's expired :) Just go to https://gitcoin.co/funding/details?url=https://github.com/angular/angular.js/issues/15294 and go through the accept flow. |
@owocki this link just show me a 'clawback' option |
Hi @dntxos sorry for the confusion. i didnt realize this when i left my comment earlier but.... the gitcoin team had to migrate all of the bounties from an old smart contract to a new smart contract a few months ago. there are more details here https://medium.com/gitcoin/critical-security-vulnerability-patched-2017-11-10-9472db340692 ; but the TLDR is that the new bounty doesnt exist on the new smart contract.. and that's why you're not seeing the link. i'm very sorry for the inconvenience. im willing to payout the bounty to @frederikprijck myself to make it up to you. @frederikprijck ill leave you a tip now. |
⚡️ A tip worth 0.025 ETH ($26.34) has been granted to @frederikprijck for this issue from Kevin. ⚡️ The sender had the following public comments:
Nice work @frederikprijck, check your email for further instructions.
|
Feature request in response to #15293:
As of 1.3.7, orderBy on a collection of strings that includes null strings will sort those items with null strings as if they were the string 'null', so will place them in the middle of a sorted list. The "natural" sorting of null elements in a list is to put them at the end of the list (or front, when reverse-sorting). Note that this was the behavior pre-1.3.7.
The text was updated successfully, but these errors were encountered: