David Chambers

Results 266 comments of David Chambers

30 minutes was just a suggestion. Longer talks are fine with me. I think we should aim to keep the combined length to four hours. I'm happy not to present...

The element's [`isContentEditable`](https://developer.mozilla.org/en-US/docs/DOM/element.isContentEditable) property is possibly a better source of information, though I don't know how widely supported it is. ``` javascript key.filter = function(event) { var el = event.target...

Would you accept a pull request for this change, @madrobby?

> I couldn't find an npm package that does this, do you know of one? No. I haven't yet needed such a tool.

I think we should also set the fantasy-land dependency to `"3.3.x"` or `"3.x.x"`.

> and add `fantasy-land/` prefixes I believe we're doing this already by using `[ap]` rather than `.ap`.

Providing example values (for `f`, `g`, and `u` in this case) is a great idea. I'll update #1 when I get a chance. :)

I plan to merge #1 without this change, as I don't want to give myself an excuse to delay the release of this package any longer. I will of course...

Thank you for sharing your experience. I agree that this module does not have a user-friendly interface. To avoid further confusion I think we should avoid making changes to argument...

```console $ npm owner ls fantasy-states | cut -d ' ' -f 1 puffnfresh joneshf ``` Either @puffnfresh or @joneshf should run `npm access grant read-write fantasyland:owners fantasy-states` as requested...