Echo JS 0.11.0

<~>

buzzdecafe comments

buzzdecafe 3402 days ago. link 1 point
fair enough, the headline is clickbait-y. but i did sincerely ask myself that question when considering these new "bad parts".
buzzdecafe 3477 days ago. link 3 points
i would argue that taking your cat to the vet is an act of love, even if the cat does not see it that way. ;-)
buzzdecafe 3477 days ago. link 1 point
thanks, free illustrations are one of the perks of being married to an artist. :-)
buzzdecafe 3634 days ago. link 1 point
The difference is:

_.where(users, { name: 'foo', pets: [] }); // => Array

....


R.filter(R.where({name: 'Buzz', errors: R.isEmpty})); // =>  function