Dominik Zborowski

Results 7 comments of Dominik Zborowski

> Hi, there is a work around provided by @lifeart on discord a couple of days bacK: https://gist.github.com/lifeart/941c3988e152624b0f2eff385d2553d0 I've tested similar approach, works fine but it needs `@classic` decorator to...

I have same problem, I use pod structure for my app and Ember doesn't see your components.

+1 for this. I'm trying to do infinite scrolling, but once new items are loaded and masonry re-initialize page jump to top.

Okay, I've figured out that by myself. I've changed items observer so when new items are added it runs masonry `appended` method and doesn't re-initialize. It works great now. ```...