Rais Safiullin

Results 3 issues of Rais Safiullin

How can I stop background processing? process.exit() is not a solution :)

Hey Sapper Community ❤️ I do: ```javascript async function gotoURL(...args) { if (isFormUnsaved === true){ if (window.confirm("Are we leaving already?") === false){ return false; } } return await goto(...args); }...

question
routing

`npx degit "sveltejs/sapper-template#rollup" sapper-app` `cd sapper-app` `npm install` `npm run dev` ``` d:\Projects\sapper-app>npm run dev > [email protected] dev d:\Projects\sapper-app > sapper dev ✗ server Unexpected character '�' (Note that you...