The @htmlstandard is getting some amazing work done by @Timothy_Gu (fixing https://t.co/RBzWt5LJhW() and thereby drastically simplifying the core architecture) and @zcorpan (defining the rendering of fieldset and legend elements and giving developers control over them). 🎉
I *really* don't like the fact if you do `delete Promise.prototype.then`, even language-level Promise-using primitives (async functions) will be broken for good.
We are aware of a vulnerability that led to the publishing of a *malicious* [email protected]. The postinstall script for this version may have leaked your npm credentials/tokens. See https://t.co/WojS9aYRHH.
If you are a member of the @nodejs organization (including collaborators, WG/team members) considering going to Vancouver for JS Interactive/collab summit this October, please participate in this survey so we can plan ahead for the cost & space needed! https://t.co/JQ4ksuUZMJ
I'm frequently asked by beginners, "Where do I start?"
Start with fun, start with curiosity.
Cramming knowledge is all well and good, but you'll burn yourself out doing that. The path to success isn't *all* blood and sweat. If it's not fun, you'll either give up or suck at it.
@annevk@BrendanEich@bcrypt @geareduptech @indutny@electronjs@jasnell@urlstandard Unfortunately, currently there has been no active efforts to migrate the remaining callers over :( It'll be tricky to use the URL parser in http-parser as well, since http-parser is currently a separate third-party module.
@jdalton I love using { __proto__: ..., moreProps: ... } myself over Object.create, but I'm interested in how you think the other functions are superior to Object.*?