Ozy Wu-Li

Results 6 issues of Ozy Wu-Li

possibly fixes issue #56 Adding `event.preventDefault` to the dragOver event for drag-sort-list prevents the not-allowed cursor to show. But we need to add it to the very top. Are there...

Issue reported in #28 persists on Windows when you're dragging an item into an empty drag-sort-list. That's because the fix for issue #28 in PR #29 only applies when you're...

Closes https://github.com/jmurphyau/ember-truth-helpers/issues/79 See also https://github.com/jmurphyau/ember-truth-helpers/pull/95

In the "Hands-On" chapter under the "Route hooks" section, I ran into an issue with `model.rollback()` where it was not defined as a function. Apparently it's been deprecated as of...

We use `.envrc` instead of `.env` for our app. It'd be great if we could configure this [code](https://github.com/storybookjs/ember-cli-storybook/blob/master/index.js#L96-L106) to check for `.envrc` instead so that we don't have to deal...

enhancement
help wanted

When running `ember test -s`, after any file save, storybook will incrementally build and slow down testing a lot. Is there a way to prevent incremental storybook buildings when running...

question