Shu Ding

Results 96 issues of Shu Ding

This PR adds a basic test case to ensure Next.js and Edge Runtime changes don't break the image generation feature, as well as record the usage. ## Bug - [...

type: next
created-by: Next.js team

There is one place where we use `busboy` to parse the request body and we are not setting its size limits. The fix is similar to what https://github.com/vercel/next.js/issues/59277#issuecomment-1867445275 suggested (thanks...

type: next
created-by: Next.js team

When calling `.append()`, the resolved node should be a concatenation of the current and the new node. Closes #1038.

This PR implements bulked AI action calls. Currently if we have (note that action calls don't have `await`): ```js action1() // (state, action1) -> (diff, result); state = state +...

This PR ensures that every `.append()` stashes the current UI and it becomes not updatable (via `.update()`). We're also adding more reliable tests via React Flight to ensure the RSC...

According to https://en.wikipedia.org/wiki/HTML_Components and other resources, `text/x-component` (`.htc` file) is plain text in XML and also very similar to HTML, and it is compressible.

pr

This makes sure that when sending a streamed string over `createStreamableValue` will be optimized so that only the diff gets sent over the wire. This will be a common use...