From 5252078325c7054f53d8073566846d54f744634e Mon Sep 17 00:00:00 2001 From: Shane Jaroch Date: Mon, 26 Jan 2026 06:40:30 -0500 Subject: [PATCH 1/6] Fix documentation and runtime issues (PR feedback) - Fix missing imports and filename conventions in remote functions documentation - Safely handle `decode_pathname` in `respond.js` to avoid 500 errors on malformed URIs - Fix missing backtick in `form.buttonProps` removal error message - Clarify Svelte version wording in integrations documentation - Fix grammar and consistency in `adapter-node` handler --- .../docs/20-core-concepts/60-remote-functions.md | 6 +++++- documentation/docs/60-appendix/20-integrations.md | 2 +- packages/adapter-node/src/handler.js | 4 ++-- packages/kit/src/runtime/app/server/remote/form.js | 2 +- .../src/runtime/client/remote-functions/form.svelte.js | 2 +- packages/kit/src/runtime/server/respond.js | 9 ++++++++- 6 files changed, 18 insertions(+), 7 deletions(-) diff --git a/documentation/docs/20-core-concepts/60-remote-functions.md b/documentation/docs/20-core-concepts/60-remote-functions.md index 4b7fbab2bbc2..ccb0d0419335 100644 --- a/documentation/docs/20-core-concepts/60-remote-functions.md +++ b/documentation/docs/20-core-concepts/60-remote-functions.md @@ -409,6 +409,10 @@ export const survey = form(

Which operating system do you use?

++++ +++ + {#each operatingSystems as os}