-
### Describe the bug
(I'm not sure if this is an issue for https://github.com/huntabyte/shadcn-svelte or this repo.)
I am creating an application with Tauri and using the shadcn-svelte integrati…
-
E.g. trying:
```sh
npm i -d @huntabyte/eslint-plugin @huntabyte/eslint-config eslint eslint-plugin-svelte svelte-eslint-parser
```
Results in the error below for `@huntabyte/eslint-config`
``…
ttytm updated
3 weeks ago
-
4:34:55 PM [vite-plugin-svelte] WARNING: The following packages have a svelte field in their package.json but no exports condition for svelte.
@zerodevx/svelte-toast@1.0.0-rc.1
Please see ht…
-
After update the plugin I got an error "Error: Cannot find module 'svelte/compiler'"
I installed the plugin as a global and as a local lib
Svelte installed only as a local lib
```bash
prettier s…
-
I noticed that theres an existing issue for requesting Vue support, but once Vue is completed, can we have Svelte and Sveltekit file support aswell? Thanks
-
### Motivation
some developers (and ai, too!) will write attributes in jsx style. eg ```link```.
in idiomatic svelte, this should be `link`
### Description
warn on ```attr={``}```
### E…
-
### Describe the problem
Svelte has this wonderful feature that allows to create binding for `{client,offset,content}{Width,Height}` and other related properties. However, it does not support `scroll…
-
Currently this site is just plain html,
if we want to expand this site with more content aka sub pages then i could think about starting to convert this into a svelte site.
We chose to do plain h…
-
Pretty fancy stuff - maybe not for this class, but worth showcasing
- See: https://svelte.dev/
-
### Describe the bug
When I put the calendar inside a Flowbite modal, the dropdown opens inside the modal instead of on top of the modal, and I've managed to fix more or less by applying `positi…