sapper icon indicating copy to clipboard operation
sapper copied to clipboard

The next small thing in web development, powered by Svelte

Results 117 sapper issues
Sort by recently updated
recently updated
newest added
trafficstars

**Is your feature request related to a problem? Please describe.** The problem is pretty much described [here](https://web.dev/uses-passive-event-listeners/) **Describe the solution you'd like** Add a third parameter to the `addEventListener('touchstart', ...)`...

So images are a big deal on the web, and handling them properly by default is a monumental amount of manual work, that can mostly be automated. Gatsby has a...

pending clarification

**Describe the bug** I created universal route `routes/convert/[...format(.*)].svelte` for handling every request (`convert/*`, including `convert/`). It works on dev server `sapper dev --no-hot`. When I go to `localhost:3000/convert/` then I...

This was proposed by @adamb in #internals and discussed with @pngwn and @lukeed. I'm adding it here so that we don't lose track of it as an idea to consider...

proposal
preload

It would be good if we could generate XML in the same way that works for HTML. My current use case is for generating a sitemap.xml, which was talked about...

proposal
pending clarification

**Describe the bug** When exporting a static sapper project, the images that are imported from src/node_module/images do not get their base paths updated for their src attributes nor do they...

To reproduce, run `npm run dev` Then, while dev is running, run `npm run build` The `npm run dev` process will get the following error: `Error: ENOENT: no such file...

**Describe the bug** This file contains `new Function` (injected in the browser), which is a form of eval, which causes a CSP error, unless adding `unsafe-eval`, which sounds like a...

**Is your feature request related to a problem? Please describe.** With mobile app development the scroll state may not be defined against the window but against another DOM element that...

routing

**Describe the bug** The service worker that ships with sapper attempts to cache all static files, even if they are served with a header like Cache-Control: no-cache Note: The issue...

service worker