Conduitry

Results 39 issues of Conduitry
trafficstars

### Describe the problem Svelte 4 has some convenient fields on warnings that display the information in a human-readable way - but which are missing in Svelte 5. The `frame`...

feature request
compiler

### Describe the bug Not a bug, per se, but there are several circular dependencies among various files in the browser runtime. Here are a few that I observed in...

runtime

Now that the version of aria-query without dequal has finally been published and we've upgraded to it, I'd like to (as I had [previously mentioned in Discord](https://discord.com/channels/457912077277855764/571775594002513921/1257709863882985655)) pin both this...

### Describe the problem When a request comes into a SvelteKit app, and that results in outgoing requests or other asynchronous operations as part of serving it, and then the...

feature request
adapters - general
error handling
pkg:adapter-node
p2-nice-to-have

These files are now outdated and unused - the canonical versions live in https://github.com/sveltejs/svelte.dev. ### Before submitting the PR, please make sure you do the following - [ ] It's...

documentation

We're marking the generated js files as generated; it would be nice to mark the markdown files as well. Hopefully this doesn't confuse the site when it gets consumed. I...

### Describe the bug In the example code in the documentation, `$effect.active()` in the template returns `false`, not `true` as advertised. This is seemingly because the render effect is optimized...

bug
documentation

This fixes some typos introduced in #13919 and adds a few words clarifying _when_ it is that `doubled` would otherwise remain unchanged. ### Before submitting the PR, please make sure...

documentation

We've regularly had comments/issues from people about a security vulnerability reported in [email protected], but we've been unable to upgrade because of later versions of the library having stricter validation. It...

security
breaking change