Stanislav Khromov
Stanislav Khromov
Can you show a reduced example that triggers this error?
This library works perfectly with Svelte 4. To work around the current peer dependency, add this in your `package.json`: ```json "overrides": { "svelte-markdown": { "svelte": "^4.0.0" } }, ```
@pablo-abc I would expect that unsupported tokens would be left as-is, so if we don't support `Strong`, then `Hello **world**` would render without any modifications, with the stars intact. Attempting...
The first time I ran this plugin I also had a hard crash on iOS (unfortunately I wasn't able to get a trace because I was running it with `npx...
👋 Can confirm that this is still an issue as of March 2024. It would be good to at least document the differences and which strategies can be employed (due...
I've seen this issue as well. After clicking on a menu item the active class gets "stuck" on the item you clicked. You may have to try it a few...
Could it be an option to add `checkOrigin: true` by default (already an improvement because it helps people with a clue) and then run a regex on `svelte.config.js`, something like...
I'm having a similar error using Vite/Rollup (on SvelteKit): ``` Error [ERR_MODULE_NOT_FOUND]: Cannot find module '/Users/stanislav.khromov/Documents/GitHubPersonal/editorial-widgets/node_modules/animal-avatar-generator/dist/utils/array' imported from /Users/stanislav.khromov/Documents/GitHubPersonal/editorial-widgets/node_modules/animal-avatar-generator/dist/index.js at new NodeError (node:internal/errors:387:5) at finalizeResolution (node:internal/modules/esm/resolve:330:11) at moduleResolve (node:internal/modules/esm/resolve:907:10) at...
A possible workaround could be to add `pointer-events:none;` during the transition, which should prevent the box from being clickable during animation.
I think sirv does support `.gz` and `.br` file endings today, see: https://www.npmjs.com/package/sirv#optsgzip https://www.npmjs.com/package/sirv#optsbrotli