Daniel Lopez

Results 12 comments of Daniel Lopez

Same issue for us. The lodash dependencies are outdated

Just FYI, increasing # of file descriptors worked @bobdobs

I can see PHP 8 was added to composer.json, when can we expect that release?

can confirm this is possible import difference from 'lodash/difference ';

I'd like this too or an event to reload items? 👍

found out you do have access to the isotope instance ` Vue.nextTick(() => { this.$refs.yourref.iso.reloadItems(); this.$refs.yourref.sort('title'); }); ` that way you can use any of the isotope native events @David-Desmaisons...

I'm having the exact same issue. Is there a fix for this?

Adding position fixed doesn't work if your website scrolls. Position fixed add the scroll offset in top of the normal offset, so the more you scroll, the bigger the discrepancy...