This week we had 5 volunteers helping triage old issues that were inactive, we closed 9 and labelled 31 of 50 from last week that need a submitter response, so those 31 may be closed in the next week or two. Together we addressed 17 issues that were inactive(and are still open). We are beginning to establish a cadence again of a team addressing issue triage on Friday mornings.
Today
Goals
Notes
Bug Counts
Search
Next Week
Helpful info
Array.prototype.unique = function() {
return this.filter(function (value, index, self) {
return self.indexOf(value) === index;
});
}
$$('img.avatar[alt^="@"]').map(a => a.attributes.alt.value).sort().unique().join(' ')