Adam Spence
Adam Spence
I'm using css grid as it works very well for masonry layout. The workaround to this problem for me was to use `distinctUntilKeyChanged('scrollEndPosition')` when subscribing to the vsEnd event.
Not infinite but a hell of a lot more than it should. It just fires a whole load of duplicate events. Last time I checked it fired around 7 or...
Actually in my case where I wanted to flatten while copying Programmatically I had to do this: ``` copyfiles(["./src/**/*.html", "./dist/"], true, function (err) { if (err) console.error(err); }); ``` I...