Cory Tyburski
Cory Tyburski
Would it be possible to keep the animation but allow the user to interrupt it to drag/touch to another slide if they want to swipe in rapid succession? Having to...
Is there a way to make the SVG output smaller by generating a single element and calculating the lines that way, instead of hundreds of ? I have seen other...
### What version of `drizzle-orm` are you using? 0.24.0 for drizzle-orm, and 0.3.0 for drizzle-zod ### What version of `drizzle-kit` are you using? _No response_ ### Describe the Bug When...
### Change Type Addition ### Proposed Changes Apologies if I missed it in the docs, but is there a section on what to do if components are updated? Since it's...
### Clear and concise description of the problem I love the theme, but wish the selections of item were a bit brighter so I could tell I was actually selecting...
I have some CSS classes as follows: ```css .svooltip[data-placement^='top'] .svooltip-arrow { @apply border-b border-r; } .svooltip[data-placement^='bottom'] .svooltip-arrow { @apply border-t border-l; } ``` But the issue is, they are not...
Is it possible to get this working with a virtual list such as [https://www.npmjs.com/package/svelte-tiny-virtual-list](https://www.npmjs.com/package/svelte-tiny-virtual-list)
Would love to see a "format relative time" helper, like date-fns See: https://github.com/date-fns/date-fns/blob/f4e22da16/src/formatRelative/index.ts#L54
**Is your feature request related to a problem? Please describe.** For example...if I am redirecting on login I want the loading spinner to stay `on` even though the form is...
Prevent this function from being triggered if you mouse-down within the element, and then mouse-up outside of it. Imo, this should not count as a "click".