Paul Pederson

Results 30 comments of Paul Pederson

After using this for a bit, here's my two cents: - It seems like the `acetate.helper` works pretty well as implemented. - An async helper seems pretty unnecessary (what's the...

@patrickarlt ok. that seems reasonable. Like I said I haven't needed that yet, but those are valid use cases and it seems like this would be an easy add. Another...

but that makes them a bit more complicated, so probably a new method is the best bet.

@patrickarlt also wouldn't `acetate.helperAsync` make more sense than `acetate.asyncHelper`. The former is more common in node I think. (ie. `fs.readFileSync` & `fs.readFile`) They're pretty much the same signature but one...

@schontz actually those instructions will work. That is the syntax for installing an npm module via a _GitHub repository_. So that has and will continue to work even without publishing.

Weird. What version of npm are you using?

@schontz oh, you're missing the `v` on the version name, should be `#v1.1.0` as per the documentation. Just tried on Windows and it works fine.

OK, let me make sure I get this. Essentially you'd like to pass the drawer function a dom node and then it would scope binding events to just that node?...

Also, @dbouwman interested if this API would work from an Ember perspective? For reference I think this is the API being discussed: ``` import drawer from 'calcite-web'; var node =...