Results 208 comments of _Kerman

How about using [the `----executable-path` option](https://sli.dev/guide/exporting#executable-path)?

Sorry for the late reply. These days several refactors are done and I've tested that after #1767 got merged, this PR can be implemented as an add-on in a simple...

I think the major problem is that, compared to Reveal.js, the parsed slides in Slidev are Vue templates instead of HTML elements. The dynamic parts in the Vue template (e.g.,...

What's the status of this PR?

Now we have slide layers for this use case. You can simply migrate global layers to slide layers, which is also described in https://sli.dev/features/global-layers.

I saw this strange behavior happening multiple times later. I can confirm that this is caused by UnoCSS classes `grid-cols-[1fr_max-content]` not getting its CSS generated: https://github.com/slidevjs/slidev/blob/1142d8311357c2e4794b41cd4b7756a587b45f8b/packages/client/pages/play.vue#L47 However, I can't reproduce...

Close this because cannot be reproduced stably

Does this problem still happen in the latest version? If true, please share a minimal reproduction project. Thanks!

This is expected. As said in https://github.com/vuejs/language-tools/issues/4350#issuecomment-2109275407, you can use `{ val: val.value }`, or remove `UnwrapNestedRefs`. In real-world cases, you may need to use `shallowRef` instead of `ref`

Closing this issue because there seem to be multiple different problems that have similar behavior. Some of them were months ago and may no longer be applicable. Possible fixes gathered...