David Clark
David Clark
PRs with concrete suggestions for improving the usage snippet are welcome. It's not really an "example," so much as an illustration of how the interface works. Another idea is adding...
Hi @lekoaf. Can you please add tests for this new functionality?
Here's a test that might give you a lead: https://github.com/davidtheclark/focus-group/blob/b9de0536aa9b065b110a3880650f83e925ceef13/test/integration.js#L326-L332
🤔 I can see the use-case ... Does this significantly reduce the accessibility of the component? In the past I've handled this in comboboxes by returning focus to the input...
I guess an `onFocus`-type callback would be ok. I wonder if there's a better name than `onFocus`, though, because it be actually *focus*ing, in browser terms. I'm afraid this might...
@souporserious I'm not sure I understand how `stringSearch` was a snag. You can currently turn it off by setting`stringSearch: false`. That's what you want, right? Or am I misunderstanding?
> Was wondering if you would be interested in using ES2016 for this project? No, I'd rather keep this simple and run the code as authored, browser-compatible.
I'm interested in this split, too. @naugtur I've tried to use the `browser` field to remove `parse-headers` from browserify code, as you suggested; but it doesn't seem to work as...
I'm using Assemble to create gh-pages documentation for an SCSS utilities library I'm starting: http://davidtheclark.github.io/scut/ I'm also using it for some projects at work, and if I can I'll post...
This should be finished for v8 or closed.