Rishikanth Chandrasekaran
Rishikanth Chandrasekaran
I noticed something a bit weird. I was trying to render mermaid diagrams and ran into an issue. The generated html seems to have a lot of redundant and unnecessary...
I was trying to use the rehypeShiki (from [here](https://shiki.matsu.io/packages/rehype)) plugin with svelte-exmarkdown. I hit this error: ```bash Error: runSync finished async. Use run instead at assertDone (/Users/richandrasekaran/Code/m/node_modules/svelte-exmarkdown/dist/utils.js:9950:11) at Function.runSync (/Users/richandrasekaran/Code/m/node_modules/svelte-exmarkdown/dist/utils.js:9743:5)...
I am trying to implement an auto-save feature for carta-md editor. In my implementation there's a noticeable lag in large documents because of how reactivity work.. I'm not sure if...
When trying to use the online mode for auto-downloading models, the first time models are downloaded the code gets stuck and doesn't execute even after model downloading is completed. Here's...