Orlandster
Orlandster
There is also an issue in the testcafe repo: https://github.com/DevExpress/testcafe/issues/2974
Actually, you can simply create a customized navigation by making use of vue's `ref` property. ```js import { Carousel, Slide } from 'vue-carousel'; new Vue({ el: '#app', template: ` Prev...
@pcholuj are there any updates on that? The bundle size is indeed concerning.
@pcholuj thanks for letting us know. Does this mean the repository is no longer maintained or is it only you who is no longer maintaining it?
@callumflack Thanks for the hint. I'm gonna publish it this week!
@martea Really nice idea. This can be done pretty easily. I will be able to do it now, but looking forward to do it during the next weeks. Or feel...
@FilipeamTeixeira Thanks for reporting. Can you create me a repo with this bug? I will then take a look at it.
I'm gonna add support for css variables, which will make it easier in the future!
@voquanghoa Thanks a lot for reporting the issue. Sorry I was recently not really active on the project, but I'm gonna deploy a new version with the next weeks!
@ArtHoff The property `_client` seems not to exist anymore. Instead get it from `createCDPSession`. ``` const client = await page.target().createCDPSession(); await client.send('Network.enable', { maxResourceBufferSize: 1024 * 1204 * 100, maxTotalBufferSize:...