By the way, [campaign][1] uses ultramarked to render HTML emails in the terminal during development, which is the screenshot you see here.
It converts your email's body HTML into Markdown, and then prettifies it for the terminal
[1]: https://github.com/bevacqua/campaign
[comment deleted]bevacqua 3883 days ago. link 1 point ▲▼
In Lo-Dash you can do
_.where(users, { name: 'foo', pets: [] });
How is this any better or different?
R.filter(R.where({name: 'Buzz', errors: R.isEmpty}));