Scott Wu

Results 24 issues of Scott Wu

### Describe the bug `show code` button produces code examples that look like `` when using the following: ```html ``` ### Expected behavior Should say: - `` ### Screenshots and/or...

bug
svelte
block: source
sev:S3

I get an error when trying to validate a blob from a input file, regardless or whether it is empty or not. ```js import {blob,object} from 'valibot' import {decode} from...

documentation
question

### Describe the bug As far as I can tell, `+server` does not inherit from `+layout`. Propose to increase the distinction between `+server` and the other +files. For example, an...

documentation

### Describe the bug Using svelte fetch causes the same data to be returned. ```ts // +page.ts export const load = async ({ fetch }) => { const values: string[]...

bug

Based on issue #4625, `--params` is deprecated and according to @joehan, the new steps are as follows: - `firebase ext:install algolia/firestore-algolia-search` - `firebase deploy --only extensions --project proj1` The problem...

type: bug
api: extensions

### Describe the bug `'browser' is not defined svelte(missing-declaration)` The above message appears when using `browser` inside a svelte file. ### Reproduction [wxt.zip](https://github.com/user-attachments/files/16573165/wxt.zip) ### Steps to reproduce ```bash pnpm dlx...

pending-triage

### What is the improvement or update you wish to see? > https://turbo.build/repo/docs/core-concepts/package-and-task-graph This would be a good place to mention that a [graph](https://turbo.build/repo/docs/reference/run#--graph-file-type) can be generated. ### Is there...

area: docs

### Describe the bug https://github.com/sveltejs/svelte/blob/0203eb319b5d86138236158e3ae6ecf29e26864c/packages/svelte/src/compiler/warnings.js#L642-L648 "How to use a closure?" was asked several times in discord. In addition, closure only refers to functions where classes also serve the same purpose....

documentation

### Describe the bug > If HMR is handled but it is within a circular dependency, a full reload will also happen to recover the execution order > https://vitejs.dev/guide/troubleshooting.html#a-full-reload-happens-instead-of-hmr For...