Skip to content

Instantly share code, notes, and snippets.

View anri-asaturov's full-sized avatar

Anri Asaturov anri-asaturov

View GitHub Profile
@dchest
dchest / bad-node.md
Last active April 20, 2017 18:13
Bad things that Node.js does

Bad things that Node.js does

The point of the list is not to complain, but to educate (informing people about unexpected and suprisingly broken things), and propose workarounds.

1. Buffer.from(str, "base64") doesn't validate base64 encoding

Bug report: nodejs/node#8569.

Example