Geoff Rich
Geoff Rich
#133 links this issue in the README. We should remove that line once the issue is resolved.
Good question -- I would expect the element to translate from -50px to -150px. I should be able to translate the element all around the screen. When the time comes...
Still an issue as of v3.38.3.
For my reference, this is the commit from the fork that moves to node 20: https://github.com/kt-public/svelte-adapter-azure-swa/commit/1281d72f4ced5a1a88f7e6ebece05eeaed6671e6 Hoping to test & release the change this week, but it's a busy week...
v0.22 generates a Node 20 Azure function for server rendering by default.
It's not a priority for me right now, but maybe someday. PRs/forks welcome
Added support for PATCH in adapter version 0.22.1. GET, POST, PUT, and DELETE were already supported, and now we have Playwright tests checking those.
This seems to be an issue with other frameworks on SWA, not just Svelte - see https://github.com/Azure/static-web-apps/issues/1545 I don't have the bandwidth right now to figure out how to support...
Closing since no response/repro; also SWA CLI support is being tracked in a separate issue (#96)
Sorry for the late response - I still think a Vite plugin or maybe a postbuild script would accomplish what you need. I don't currently want to allow running arbitrary...