PetrLaskevic
PetrLaskevic
### Describe the problem As a newcomer I was curious, how to add animations in svelte (animations which would work well with `{#if` blocks that is). So I found the...
Hi, I'm learning micro right now, and wanted to have a shell alongside the file I'm editing - in a similar style to VS Code for example. The problem is,...
**Describe the bug** Starting from a clean project, with only `TypeScript` and `mermaid-cli` installed, this error on `import { run } from "@mermaid-js/mermaid-cli";` **To Reproduce** Steps to reproduce the behavior:...
### Describe the bug ```svelte import FolderIcon from "virtual:icons/material-symbols/files?width=24px&height=24px"; ``` The result of `npm run dev`: The interesting portion is `height="24px.svelte"` The suffix should not be there. ``` [plugin:vite:import-analysis] Failed...