Phil Gengler
Phil Gengler
I'm trying to use 5ad754f (the most recent commit to `master` as of right now, to get the isDestroyed fix from #255) and I get an assertion failure when using...
The `typeIn` helper always triggers all of the key-related events (`keydown`, `keypress`, `input`, and `keyup`) regardless of whether `event.preventDefault()` was called. This makes the helper work differently than actual browser...
(Apologies if this has been addressed somewhere; I searched but didn't find anything.) The `allSettled` implementation in rsvp returns an object with a `state` key to indicate whether the corresponding...