Swastik Agarwal

Results 6 comments of Swastik Agarwal

It seems like [these lines](https://github.com/adopted-ember-addons/ember-keyboard/blob/master/addon/src/utils/is-key.js#L98-L103) are trying to do something similar, but it probably doesn't get to it because `shift` isn't the only modifier in my shortcut. 🤔

@rwwagner90 I got a similar error (`cannot read property name was undefined`). The stacktrace pointed to [this line](https://github.com/kategengler/ember-cli-code-coverage/blob/master/index.js#L179) where `addon` was undefined. In my `package.json`, inside `ember-addon` > `paths` array,...

I have a feeling these APIs are intended only for tests, but I'm not seeing everything being destroyed in tests either. 🤔

Done and fixed!

I've been running into this recently a fair bit — pretty much every time I switch a branch or rebase (usually because there's almost always something deleted / moved). From...