_Kerman
_Kerman
Thanks for your contribution! There is a problem that the height of the rows is calculated dynamically, but the `itemHeight` given to `useVirtualList` is a static value. I am not...
> There is a problem that the height of the rows is calculated dynamically, but the `itemHeight` given to `useVirtualList` is a static value. I am not very sure on...
Could anyone provide a minimal reproduction?
Thanks for your contribution! I know almost nothing about Docker. Could you please also have a look at https://github.com/slidevjs/container? It seems to have lots of bugs. And could we remove...
> What would the purpose of `slidevjs/container` be? > Currently `slidevjs/container` is a bad solution for statically hosting slides, it runs with a node image and never runs `slidev build`,...
There seem to be so many ways to deploy Slidev via docker. AKAIK, there are: - [tangramor/slidev_docker](https://github.com/tangramor/slidev_docker) - Run Slidev in dev mode in a container - [slidevjs/container](https://github.com/slidevjs/container) - The...
Anthony wrote https://github.com/slidevjs/slidev/pull/1843 after that. Is that helpful?🤔
I am sorry for the late reply. @EmNudge I've opened https://github.com/slidevjs/slidev/pull/1909 to allow leading whitespace in code blocks. @zillionare In my opinion the leading empty lines are invalid. Because Slidev...
I am afraid that I can't reproduce the issue - I may have gotten some steps wrong. Could you create a reproduction on https://sli.dev/new?
@yuannancheng The problem you reported seems to be a different one. ```txt at bAe (c:\Users\Administrator\.vscode\extensions\vue.volar-2.0.28\dist\server.js:312:15547) ``` should be https://github.com/volarjs/services/blob/429911f7531a61fbf6974b7112b797e9c816e7ce/packages/emmet/lib/parseDocument.ts#L31. Please open a new issue with minimal reproduction. Thanks a lot....