As annoying as this is, you are meant to use a comparer. mapped.sort((a, b) => { if (a.value > b.value) { return 1; } if (a.value < b.value) { return -1; } return 0; });
The dev of Boost for Reddit says he's working on a Lemmy version, but it is as of yet unreleased.https://play.google.com/store/apps/details?id=com.rubenmayayo.lemmy
People who were fired on their first day at work/saw somebody get fired their first day at work: What happened that led to the firing?
Ah nepotism.Not sure where you live, but I find it pretty wild you can fire someone without notice with no egregious misconduct.
People who were fired on their first day at work/saw somebody get fired their first day at work: What happened that led to the firing?
As annoying as this is, you are meant to use a comparer.