Campbell McGuiness
Campbell McGuiness
Ah yep, doubling up with `r-p-2` works thanks. I wonder if there's a better solution...
I think the issue here is that version bumps have not been published to NPM. If clone the 'basscss-addons' repo and look at package.json I can see that the latest...
Hi folks, if anyone is simply trying to use environment variables defined in a `.env` file in your `karma.config.js` file, this plugin will do the trick: https://www.npmjs.com/package/dotenv You just install...
You seem to have found a legitimate bug here, thanks! I'll have to do some more testing on other form nodes and update the documentation. I would not suggesting applying...
Hi Behrand, This version of StackLayout doesn't really accommodate a fixed width component in a fluid layout. However I am currently working on version 2 which supports this behaviour. I'll...
@David-Desmaisons can you advise on how to pass the `background: true` as an option to the directive?
@niktsanov so calling `this.$Lazyload.lazyLoadHandler()` is meant to force trigger all images or components to load, regardless of the current scroll or resize or other events that are normally required to...
To clarify my previous question here's a screenshot. This is the output of: ``` mounted() { this.$Lazyload.lazyLoadHandler() this.$Lazyload.$on('loaded', () => { console.table(this.$Lazyload.performance()) }) } ``` `.lazyLoadHandler()` doesn't seem to trigger...
Hi @ai , I've updated the "How to reproduce" section with a clear code example and link to a RunKit notebook. Thanks