Tobias Bieniek

Results 665 comments of Tobias Bieniek

Since https://github.com/emberjs/ember-test-helpers/pull/239 was not merged yet it seems that we are not actually using `setTimeout()` at all yet, so it must something else using it 🤔

@rwjblue https://github.com/Turbo87/__timecop-issue

Interestingly https://github.com/jamesarosen/Timecop.js/issues/24#issuecomment-35451318 notes that: > Timecop doesn't modify the global `setTimeout` and `setInterval` implementations. I updated the issue description to reflect this. I'm wondering what is causing these freezes then...

How did this work before?

Oh, I understand... https://github.com/BackburnerJS/backburner.js/pull/264 🤔

I'm not sure, but since https://github.com/emberjs/ember-test-helpers/issues/245#issuecomment-344658866 has a reproduction it should be relatively easy to verify whether this works now or not. In our real app I think we're using...

but... why? 😂 is there a legitimate use case for something like this? 😅

and why not remove the `link` elements instead? 🤔

that seems to be a bug in the documentation, but I haven't found any code using this option yet to verify how to use it correctly...