Amir Abushareb
Amir Abushareb
wow good catch! can you try latest master (added a fix for `cmd + *`), what's the use-case for `*`?
added tests for this, but lmk if that doesn't work (browsers are weird sometimes: #27)
ah got it, `*` makes sense then. as for `k + *`, `k` isn't a [modifier](https://github.com/yields/k/blob/master/lib/proto.js#L15-L22) -- i can probably expose that map and let users modify it to add...
I think it could be a really cool feature to have, I'll accept a PR, otherwise I'll get to it eventually. -amir > On 23 בנוב׳ 2014, at 16:13, darsain...
thanks!
nope, just the lib itself. i think dependencies are "free" if you are using component, though i'm open to suggestions!
sweet! @visionmedia, @ianstormtaylor how / where do you think it's best to integrate it, - in a component page, as a view, maybe add a link to the nav ?...
@timoxley yeah this was the first time i used `d3` and i didn't enjoy this at all hehe (felt like jquery all over again), i'm actually working on removing this...
this makes a lot of sense to me, i think when someone clicks a search result the search row should slide down and the component should apear behind it. @ianstormtaylor...