leaf
leaf
Hi, thanks for this awesome plugin. Vue components can have sass in it, like `...`. [leafOfTree/vim-vue-plugin](https://github.com/leafOfTree/vim-vue-plugin) tries to enable sass snippets in Vue by syntax context. So it will be...
Hello, when I use emmet in jsx file, render: (text) => div| produces render: instead of render: (text) => `>` in `=>` seems to cause expanding word before `=>`. Is...
[svelte-lazy](https://github.com/leafOfTree/svelte-lazy) - A svelte component to lazyload any content including images.
Add .svelte file icon. https://svelte.dev/
https://github.com/tipsy/spark-basic-structure/blob/5af6b78e0869dd2b2f014274ef731a2468ed0b8e/src/main/resources/velocity/layout.vm#L32
Example: ```xml src/main/resources ```
It appears the former link https://rawgit.com/MrRio/jsPDF/master/docs/jspdf.js.html#line992 has changed and looks confusing. We can use this one: https://rawgit.com/MrRio/jsPDF/master/docs/jsPDF.html#output
Error on macos Chrome - Uncaught TypeError: Cannot read properties of null (reading 'appendChild')
"document.head" is null at the runtime. Not sure if it only occurs on macos. I've created a PR to fix it https://github.com/sveltejs/svelte-devtools/pull/233 **Reproduce steps** 1. Open Chrome on macos 2....
I follow the README and run "pnpm build", but it failed with Command "build" not found It works if I "cd workspace/extension" first. ❯ pnpm --version 9.11.0 Shall we add...