Clive Portman
Clive Portman
This looks like the only obvious omission in the library to me.
I'm using the AOS library here: http://michalsnik.github.io/aos/ It's great and generally works well with Svelte. But mixing it with a carousel is giving me some issues, such as AOS's offset...
Even if you set the `show` prop to `false`, it's overwritten by this: ```$: persistent = show = $bp !== "sm";``` I've just commented that line out for now.
With the following routes, if I visit /courses/sewing-course/lesson-1 it changes the URL to /courses/sewing-course (i.e. it's removing the :id parameter from the URL. How do I stop this? The correct...
Deploying to Netlify, I've always found adding ```"start": "sirv public -s"``` to sort out the issue of routes returning a 404. But it's not working for me with this project....
After using this library, our project is failing because if the type errors in this library. This PR fixes all the errors, generally just by adding type `any` (or type...
The following works fine apart from the initial displayed value within the time field being 10:00 when it should be 10:25. Turning on AM/PM makes no difference. Is this a...