Echo JS 0.11.0

<~>

bevacqua comments

bevacqua 4100 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 4109 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 4109 days ago. link 1 point
Suggestions regarding where to pull fancier icons from are welcome!
bevacqua 4114 days ago. link 2 points
We'll definitely give those a shot too! Thanks!
bevacqua 4114 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 4116 days ago. link 0 point
they told us they'd be up within "days, weeks"
[comment deleted]
bevacqua 4125 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]