Skip to content

Update examples based on new API#96

Merged
noamr merged 2 commits intomainfrom
no-marker-examples
Mar 24, 2026
Merged

Update examples based on new API#96
noamr merged 2 commits intomainfrom
no-marker-examples

Conversation

@noamr
Copy link
Copy Markdown
Collaborator

@noamr noamr commented Mar 24, 2026

No description provided.

@noamr noamr requested a review from tunetheweb March 24, 2026 09:39
Copy link
Copy Markdown
Collaborator

@tunetheweb tunetheweb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Overall LGTM but one nit and a question.

await new Promise((resolve) => setTimeout(resolve, 1000));
await writer.write(
`<template for=data><?start>${i}</template>`,
`<template for=data><?start name="data">${i}</template>`,
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just to be clear here, the intent of this one is to overwrite the contents each time?

So it's 1, then 2, then 3... etc.
And not 1234567...

?

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Correct

Co-authored-by: Barry Pollard <barrypollard@google.com>
@noamr noamr merged commit cef7cdc into main Mar 24, 2026
2 checks passed
github-actions bot added a commit that referenced this pull request Mar 24, 2026
SHA: cef7cdc
Reason: push, by noamr

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants