Rich Harris

Results 268 issues of Rich Harris

There needs to be a way to make objects hoverable/clickable etc

objects need to be sorted such that transparent ones are drawn last. not sure how to handle a transparent object partially occluding another transparent object.

[**Rendered**](https://github.com/sveltejs/rfcs/blob/inline-components/text/0000-inline-components.md)

[**Rendered**](https://github.com/sveltejs/rfcs/blob/local-styles/text/0000-local-styles.md)

If the app uses a particular version of Svelte, and an imported package (using `pkg.svelte` or `pkg[svelte.root]`) uses a different version, warn that there may be some odd behaviour

enhancement

Ref https://github.com/sveltejs/svelte/issues/604#issuecomment-304536835

enhancement

At present, `` is the same for all pages, which means you can't use relative URLs. This was introduced for good reasons, but it turns out to cause problems. I'm...

pending clarification
internals

At present there's no way to set a cache header for a page. It might be useful to be able to do this: ```js export default { async preload({ params...

enhancement

The name `adoptedStyleSheets` is a bit awkward, for a few reasons: ### It's long Unwieldy names aren't uncommon in the DOM, but it's particularly problematic when the most common example...

As discussed via email, this PR converts all the AMD modules into their ES module equivalents. It's probably not ready to merge in its current state (e.g. I haven't updated...