Tam

Results 6 issues of Tam

**Is your feature request related to a problem? Please describe.** We deploy via github webhooks using SSH Keys, this works great, but we have the copy the SSH key to...

I can't see an option to create different pages/screens within the application?

feature request

**Describe the bug** On newer versions of SvelteKit you can no longer run svelte-kit dev it's changed to use vite directly https://github.com/sveltejs/kit/pull/5332 ``` > svelte-kit dev is no longer available...

bug

Is it possible to trigger a remote query when the value changes programmatically? I have a field set-up like this: ``` ``` I'm passing in a value but the fetch...

enhancement

**Is your feature request related to a problem? Please describe.** I'm using Felte with Yup on a sveltekit project, I'm creating a schema in Yup and setting the initial values...

enhancement

Getting this error when loading a page with the component ``` is not a valid SSR component. You may need to review your build config to ensure that dependencies are...