Hacker Newsnew | past | comments | ask | show | jobs | submit | brentburgoyne's commentslogin

five.js was missing something. I fixed it. https://github.com/jackdcrawford/five/pull/234


I laughed way too hard at this :)

Well played.


Did you add dist/five.js to commit by mistake?


Nope, that was on purpose.


No way!


Sure you can.

  let [a, b] = await Promise.all([asyncA(), asyncB()])


I am referring to usage of generators without promises (or rather code that uses generators in a way that it wouldnt matter if promises or thunks were used). And even then I didn't say that you couldn't, even when using promises and generators together most people make their code unneceasarily sequential.


"0.12 is done except for a patch on windows"


I generated docs for Immutable.js using TypeDoc. It can be found here:

http://brentburg.github.io/immutable-docs/api/


I used these docs when I was exploring the Immutable.js API! Very helpful, but Immutable just updated to v3 (your docs are v2), which introduces some breaking changes (for example, Vector is now called List). Would you mind updating your docs?


I just updated it to v3.0.2.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: