Kara Brightwell
Kara Brightwell
since #43 is merged does this now work?
No.
I'm encountering this too. I've reported npm/npm#12533 in case it's an npm issue (since I've been encountering it using the normal registry too).
You can install Ratchet using `npm install twbs/ratchet`.
Haskell has `foldM`, `scanM` is a logical extension of that. Given our current naming scheme (`map`/`flatMap`, `filter`/`flatFilter`) we could have `flatReduce` and `flatScan`? I think these would be useful additions.
oh, this fails some tests. is the current behaviour expected?
Thanks for the pull request, @code-guru! docs/index.html shouldn't be edited directly, as it's generated from the comments in lib/index.js. Could you update your pull request to change [the template](https://github.com/caolan/highland/blob/b07e3250a95b27ae63f318b19192d5273eb93f8b/docs/templates/base.html#L187-L189) please?...
It's not clear that the Consumption section is meant to be that exhaustive list, given that only some methods mention they cause a thunk (implying that the rest don't). Maybe...
I'm -1 on renaming `wrapCallback`. We could name the new function `wrapUnaryCallback`? Or something similar. @dypsilon: you could also wrap `http.request` with a function that makes its callback node-style, something...
I fixed it by doing a [manual `blur`/`focus`](https://github.com/quarterto/Menagerie/blob/master/components/selector.jsx#L107-L108) on the input, which is horrible 😕