Fatih Kadir Akın

Results 87 comments of Fatih Kadir Akın

Seems they replaced :( 12 Tem 2016 Sal, 15:27 tarihinde, Michael Stramel [email protected] şunu yazdı: > http://www.fascinatingnepal.com/photo-gallery/ Doesn't seem to actually > be using bricklayer.js > > — > You...

Hmm, because Bricklayer doesn't know the height of the image which makes it harder to calculate where to put the brick. Will dig into it :)

@nicooprat You're right. We are working on supporting older browsers via fallbacks. At first we planned to make it work with modern browsers. My question is (I did not try)...

This strange padding is because of `table-layout: fixed` I guess. Calculating sum of children heights is the first idea I had, but sounds "heavy" when you think of loads of...

Actually, yes. But we did not handle this. redraw calculates and repositions all the items, meanwhile removes all the content which reset scroll position. We should store scroll position just...

Wow this looks like a huge change, we need to test that, then we'll accept it. Great work btw, thanks!

## Wow, this really makes sense. _Fatih Kadir Akın_http://github.com/f http://twitter.com/fkadev

Seems nice but I need to test it.

It requires React's next version which is currently on draft. That's why it's not working.

Hello, If you are using require.js, then you should use AMD way: ``` javascript require('delorean.js', function (DeLorean) { var Flux = DeLorean.Flux; // ... }); ```