alexey13

Results 39 comments of alexey13

![-1](https://user-images.githubusercontent.com/4134234/30786955-67ccfca8-a187-11e7-9284-c0a11a6e6f4a.jpg) Endless scroll

its mozilla firefox, last one

i used that script for responsive maybe it can help someone `jQuery(document).ready(function() { var hslider = jQuery('#slider-my').height(); jQuery('.section.slider').height(hslider); }); `

It take height from image of slider and set it to parent section

Ну это как обычно, ничего нового:))))

Same here. When we use filter, count response incorrect. If the item in several entities it counts it every time. Example: t-shirt(product) in categories shirts and men wear. /products/count?categories.slug=men-wear&categories.slug=shirts result:...

Something like that ``` //Local observer const localObserver = ObservableSlim.observe(state, function(changes) { renderComponent(changes) }); //Remove local observer ObservableSlim.remove(localObserver) ```