Show unconfirmed balances in toplist #112
Reference in New Issue
Block a user
Delete Branch "feature/111-unconfirmed_balances"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
closes #111
nice, worked great on my machine!
let's merge it!
@@ -0,0 +9,4 @@let groups = A();let items = collection;if (items) {maybe
if(!items) {
return groups;
}
@@ -30,0 +26,4 @@// assert.ok(isPresent(contributorsSorted.findBy('github_username', 'neo')));// assert.ok(isEmpty(contributorsSorted.findBy('github_username', 'mouse')));// });// });are this comments still needed, or can we take it from git?
@@ -30,0 +26,4 @@// assert.ok(isPresent(contributorsSorted.findBy('github_username', 'neo')));// assert.ok(isEmpty(contributorsSorted.findBy('github_username', 'mouse')));// });// });I think it's more convenient to leave them there. Needed again soon when adding more custom functions to the controller.
@@ -0,0 +9,4 @@let groups = A();let items = collection;if (items) {Did you see that you can now suggest changes to commit in code comments? It's the first icon button in the comment topbar. Makes it much easier to see what the suggested change is as well, because the code behind the comment isn't cut off then...Never mind, it's a bigger change.
@@ -0,0 +9,4 @@let groups = A();let items = collection;if (items) {I think a single return is a bit cleaner here.