Tony Cabaye

Results 78 comments of Tony Cabaye

The `` component is now available: https://sli.dev/builtin/components.html#toc

@yanyongyu now you can set the timeout value for `page.goto` with the `--timeout` CLI option https://sli.dev/guide/install.html#command-line-interface-cli

@yonkeltron there is a default timeout in playwright when it waits for the "networkidle" event. If you have a lot of slides it can sometimes exceed this time. In that...

There is an opened PR to fix this issue but not sure this repository is still very active.

Hello, I push a commit contaning a component named `LightOrDark`. You can used it to render something different between the light and dark modes (it can be anything, not only...

What this does is just to iterate through the presentations and build each of them independently. But I fact it will not really solve the problem of build files to...

I made a PR (https://github.com/slidevjs/slidev/pull/844) to allow the CLI to take multiple entry files when building or exporting. That won't solve the shared assets problem, but this way it doesn't...