Simon Ihmig
Simon Ihmig
I think relative size checks would be a better solution, see #10. Do you agree?
> I'll try to open a PR with it shortly. @chriskrycho that would be great! Though mind that this codemod from my point of view should not be extended that...
I believe that currently it would only properly integrate with the test waiters when using the import, not? That's at least how I read [this code](https://github.com/ember-cli/ember-fetch/blob/master/assets/browser-fetch.js.t#L55-L65) Given that the addon...
Sure, it should not be built-in into ember-try, that was not what I was trying to suggest. But it would be cool if this could be achieved through a custom...
FWIW, I was able to save me some time by using my IDE's (Jetbrains, hope it works as well elsewhere) project-wide find & replace function using just regular expressions. I...
Would be better to fix the root cause of course, but I don't need to tell you that, and I also have no time and skills to get this fixed...
> I'm unsure who this might apply to so filing an issue for now. I just came across an IMHO very important use case for having a different solution other...
Hm, no not possible right now. It uses https://github.com/tomdale/ember-cli-addon-tests under the hood, so support for that kind of caching would probably needed to be added there. But not sure how...
Hm, does it work when running locally? Here are some working examples: * https://github.com/kaliber5/ember-bootstrap/blob/master/config/ember-try.js#L287-L292 * https://github.com/ember-animation/liquid-fire/blob/master/config/ember-try.js#L113-L121 The first one contains some DEBUG config, you can use that to get a...
I see that this is a problem, had this in my mind already, but I don't see an easy solution as well... The underlying problem is more related to `ember-cli-addon-tests`,...