Echo JS 0.11.0

<~>

bevacqua comments

bevacqua 3859 days ago. link 1 point
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
bevacqua 3868 days ago. link 2 points
+1

I know this isn't JS, but I think as a community we should be more open to non-strictly-js news or links
bevacqua 3868 days ago. link 1 point
Suggestions regarding where to pull fancier icons from are welcome!
bevacqua 3872 days ago. link 2 points
We'll definitely give those a shot too! Thanks!
bevacqua 3872 days ago. link 2 points
Awesome! Thanks a bunch.

No exposure, she doesn't have any idea what she may be getting into :P
bevacqua 3875 days ago. link 0 point
they told us they'd be up within "days, weeks"
[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}));
[more]