Elron
Elron
^ title
Hey, I tried to open the demo in chrome + edge but whenever I scroll when there's a picture open, it doesn't close it. Notice how in Medium's site you...
Supporting Hebrew languge (very basic stuff)
Hey I Imagine a way of having a marquee-like, with all the benefits of Slidy (drag / scroll) Here's an explanation: - If the user doesn't have any drag/scroll interaction,...
Although it does behave as expected (good job!)
I get this error: ``` import CopyToClipboard Element does not support attributes because type definitions are missing for this Svelte Component or element cannot be used as such. Underlying error:...
When I use a writable with createLocalStorage and then update, it updates the variable everywhere, but ignores the variable when used with `@html` Please check out this repo (Check out...
when I try this: ```inline-block -ms-1 me-1.5 text-xl``` I get: ```css display: inline-block; font-size: 1.25rem; line-height: 1.75rem; ``` but I should get: ```css display: inline-block; margin-inline-start: 0.375rem; // Missing margin-inline-end:...
Hey In my i18n supported website I have a store called `$locale` and it changes the value from `"en"` (English) to `"he"` (Hebrew) and more. I want that whenever a...
**Found duplicate:** https://github.com/sveltejs/kit/issues/6462 I get an error when trying to publish the latest sveltekit to netlify: `Error - No "exports" main defined in /var/task/node_modules/devalue/package.json` My Sveltekit project package.json: ``` "devDependencies":...