Manuel

Results 25 issues of Manuel

### Website https://pages.github.com/ ### Documentation https://docs.github.com/en/pages ### Integration summary 1. create new workflow file inside `.github/workflows/` 2. install dependencies, build website 3. Use external action for publishing i.e. : https://github.com/svelte-compose/svelte-compose/blob/main/.github/workflows/changesets.yml#L56-L62...

make a new adder

### Website https://tauri.app/ ### Documentation https://tauri.app/v1/guides/getting-started/setup/sveltekit ### Integration summary 1. Make sure all prerequisites are met: https://tauri.app/v1/guides/getting-started/prerequisites/ (depends on #7) 2. use adapter static 3. enable prerendering (modify `+layout.js` 4....

make a new adder
adder:tauri

### Topic core, tests ### Description Currently it is possible to apply the same composer multiple times to a project. Additionally, we don't have a way to detect if a...

enhancement

It would be quite cool to have the possibility to select between years in the calendar. It could be similar to the month overview we currently have, but with the...

enhancement
help wanted

We would really love to show the datepicker in german to our customers. I just had a look at the current implementation, and it seems quite hard to do this...

documentation
technical debt

### Topic testing-library, tests ### Description As seen by https://github.com/svelte-add/svelte-add/pull/352 it sometimes happens that we forget to add `slot` to a file. We should add a test for each template,...

enhancement

### Topic core ### Description As discussed in #307, if we detect that a lockfile is present (like `pnpm-lock.yaml` or similar), we can safely assume that's the package manager the...

enhancement

### Describe the bug I wanted to save my project, so I clicked on the login button in the top right. After getting back from github, this was my url:...

bug

### Describe the problem Currently there is no possibility to add [picocss](https://github.com/svelte-add/picocss) via the svelte add command prompt. ### Describe the solution you would like Add it :) ### Describe...

enhancement