Tony Cabaye

Results 78 comments of Tony Cabaye

A quick fix this would be to run the pdf export 2 times, but that's not really great... Another way of fixing would be to have some kind of prebuild...

If I create the `components` directory and put the component I want to use inside it and then remove the `./setup/main.ts` file, the problem is not present anymore. So the...

You can also reproduce by only removing the `node_modules/.vite` folder and then `npm run dev`.

There is a feature that hides the toolbox if it it is on top of the slides. So if the viewport is matching an 16/9 aspect ratio or wider, the...

I don't really know why but the layout does not really like the height expressed in percentage on the slide containing the image. Change it to a fixed value (here...

Playwright officially only supports ubuntu for Linux distribution.

The simplest way is to use a Ubuntu node container. Officials node containers are only Debian or Alpine, but you can maybe try this one: https://hub.docker.com/layers/sitespeedio/node/ubuntu-20.04-nodejs-12.14.1/images/sha256-f30166b7eb40aa694a87ad2460291ebf859a3b794557f5f0478ee54bfa8a43 On my side, I...

This seems more an issue related to the `light-icons` theme

Can you share an reproduction repo ?

If it is just a matter of the default value for the `selectable` option, I created a PR for `selectable` to be `false` by default: https://github.com/slidevjs/slidev/pull/545