dan

Results 16 comments of dan

I just installed for the first time as well. Latest versions. "ember-cli": "1.13.13" "ember-lazy-image": "0.0.14" "ember": "~2.2.0". DEPRECATION: The `initialize` method for Application initializer 'viewport-config' should take only one argument...

in-viewport.js:21 is: var forEach = _ember['default'].EnumerableUtils.forEach;

SOLUTION: I pulled the latest commit from the repo. It threw a much better error: `%7B%7Bimage.filename%7D%7D:1 GET http://localhost:4200/%7B%7BimagePath%7D%7D/%7B%7Bimage.filename%7D%7D 404 (Not Found)` Which shows the problem was wrong image url using...

I can't share the app, but I'll dig around more and see if I can determine and/or extract what might be causing the issue.... actually, I just rolled back our...

I have a property called `mergedProperties` and if I set it, it throws the console error when ember inspector is open. ``` import Component from "@ember/component"; import { setProperties }...

There was a typo in my example. I had declared: `If I set it via this.set("mergeProperties", {}); there is no error.` That is incorrect. When trying to use `this.set` the...

Looks good to me @rwjblue. Has all the headers I believe we need, particularly: eg. ``` accept-ranges: bytes Content-Length: 2732878 Content-Range: bytes 0-2732877/2732878 status: 206 ``` I just made a...

@bliet did you find a solution?

Experienced as well, with Issue due to when using liquid-fire: both routes (transition to and transition from) are displayed on the screen while doing transform animations. Consquently the wormhole will...

``` $ redis-cli -h blahblah.clustercfg.use1.cache.amazonaws.com -p 6379 blahblah.clustercfg.use1.cache.amazonaws.com:6379> SET foo 100 (error) MOVED 16008 10.13.01.79:6379 blahblah.clustercfg.use1.cache.amazonaws.com:6379> GET foo (error) MOVED 16008 10.13.01.79:6379 ``` Using the -c param on redis-cli command...