Luiz
Luiz
Currently a day is the smallest one can zoom into. Any easy way to let it handle that more dynamically/granually?
This adds a way to expose the current visible items when scrolling. If there is a better way to do this please let me know! --- This change is [](https://reviewable.io/reviews/miguelcobain/ember-paper/573)
Any plans to add a way to pass in the index of specific item which will trigger scrolling to that item? Something like `scrollTo=selectedIndex`? I've seen this in similar ember...
fixes #703
hey @machty impressive addon. An example of passing in a task directly to a component [like you did here](https://github.com/machty/ember-concurrency/issues/29#issuecomment-203955505) would be great to have in the docs. (Happy to help...
Anyway you could add the code or at least some info on how you parsed the shape files into geojson?
`remoteOrigin.sync()` works fine in a git repo but `remoteOrigin.sync(process.cwd())` in the same repo throws the following error: ``` Error: EISDIR: illegal operation on a directory, read at Error (native) at...
Fixed doc code snippet to match explanation. `addTodoMutation` was not in the referenced code.
Using Ember 2.18 gives following warning after building: ``` DEPRECATION: ember-cli-babel 5.x has been deprecated. Please upgrade to at least ember-cli-babel 6.6. Version 5.2.8 located: ember-cli-jstree -> ember-cli-babel DEPRECATION: ember-cli-babel...