Garrett Murphey

Results 11 issues of Garrett Murphey

Todo: - [ ] Add documentation

Enhancement

Timers were not being cleaned up when using `paper-toast` in a rendering test.

When using a virtual scrollbar, the table body was rerendered as the virtual scrollbar flag was settling.

My team noticed that table rendering was a bit sluggish and on further investigation, realized that each cell component was being rendered twice. I've added some tests that illustrate the...

bug
performance

## Changes proposed in this pull request Currently the `intersect` helper returns an empty array when using an Ember Data has many relationship. This PR updates the way intersections are...

Haven't had too much time to dig into it, but the write coverage endpoint seems to be blocked when using ember-cli-content-security-policy >= 1.1.1. Might be enough to document the CSP...

bug

Here's a branch with failing tests illustrating the issue: https://github.com/metricly/ember-routable-modal/tree/current-route-name-test-failures It seems that the transition isn't completed when the modal isn't the route used for the initial transition. https://github.com/dbbk/ember-routable-modal/blob/134d665fcd1912331f766e09f9db2c8987c1e7ee/addon/mixins/route.js#L58-L76

When using `hash` as an app's `locationType`, URLs generated by the `href-to` helper are never recognized as internal routes and are therefore never handled by click handler. This can lead...