Stuart P. Bentley

Results 71 issues of Stuart P. Bentley

Here are some of my own personal pet peeves: - Using Harmony language features without "use strict" (I am fully guilty of this one on a regular basis, and I...

Running the setup instructions in the README results in the app not having any of its static dependencies. `bower install` needs to be added as a `prepublish` script in package.json...

I passed this input to pointfree.io: ```haskell latterLetter1d alphabet letter = (elemIndex letter alphabet) `further` latter alphabet ``` This was the output: ```haskell latterLetter1d = ap (flip . (further .)...

Would it be possible to expose a CSS property or something like that so that the emoji picker can just present as many columns as its width will cleanly allow,...

enhancement

Where can I read the documentation on how to interact with this server as a client?

When a resolve call finds no records, the results will be `undefined` rather than an empty list.

Since this matches the API of the core `dns` module but with more utility, it seems to me like it wouldn't be objectionable to replace the core `dns` module with...

I'm getting different results for different combinations of google.com/www.google.com and A/ANY with dns.Request: ``` name: 'www.google.com', type: 'ANY', ``` 6 results (5 A and 1 AAAA) ``` name: 'google.com', type:...

See `npm test` output (with or without #57).

I'm looking at the streaming interface, but one thing isn't clear to me: is it possible to pipe a file stream to a decoder stream to read a msgpack value...