They've spent the past 4-8 years platforming writers to say absolute horseshit about trans people and equivocate between Biden having like 6 leftover classified documents in his house vs Trumps bathroom of for sale state secrets.
The Bluebird devs themselves no longer recommend using it if you can help it:
> Please use native promises instead if at all possible. Native Promises have been stable in Node.js and browsers for around 10 years now and they have been fast for around 7. Any utility bluebird has like .map has native equivalents (like Node streams' .map).
> This is a good thing, the people working on Bluebird and promises have been able to help incorporate most of the useful things from Bluebird into JavaScript itself and platforms/engines.
> If there is a feature that keeps you using bluebird. Please let us know so we can try and upstream it :)
> Currently - it is only recommended to use Bluebird if you need to support really old browsers or EoL Node.js or as an intermediate step to use warnings/monitoring to find bugs.
I've been looking for a clean temporary email service for a while now, so I decided to build my own!
I wrote the SMTP server from scratch in Rust - SMTP's a surprisingly simple spec, so if you've got the time then I'd recommend trying this out yourself!