Joel Kuntz
Joel Kuntz
I will also note that I had it working in 15.04 and when doing the upgrade to 15.10 it broke. Will try one of the other repositories/ppa
+1 I was about to make an issue for this myself. It would be nice for the long fixed gears to be able to rotate, although everything mentioned above sounds...
related #20
I thought of this initially and wasn't able to come up with a good way of determining if it was a github page or not. Initially I thought of scraping...
Issue being is the way that background.js works might not allow this in the most direct way. Currently it uses a regex to get the username and repo in the...
:+1: Chiming in as someone who is being affected by this Ember 3.3 Noting neither [this workaround](https://discuss.emberjs.com/t/how-to-catch-errors-in-component-rendering-test/14854/2) or the one @kellyselden mentioned above worked for me. Noting I'm coming to...
@nlfurniss switching to jquery worked for me, not ideal but a temp fix until this issue is resolved, thanks!
I've run into a similar issue with updating to ember 3.3 (from 3.1) and our usage of https://github.com/html-next/vertical-collection If I `await pauseTest()` and resume inside the browser the tests will...
``` npm ls @ember/test-helpers ...path... └─┬ [email protected] └─┬ [email protected] └── @ember/[email protected] ``` ``` npm ls ember-qunit ...path... └─┬ [email protected] └── [email protected] ``` ``` npm ls ember-cli-qunit ...path... └── [email protected] ```