Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Re-introduce streaming with fixed bugs #433

Closed
wants to merge 2 commits into from

Conversation

nichochar
Copy link
Contributor

Fixed up a few bugs.
This thing is very stateful and even though it didn't break during some basic testing, I would not be surprised to find more bugs.

The bugs often have to do with the difficulty of parsing CDATA vs non CDATA sections, how we manage the currentTag stack, and generally mutability of the buffer.

I have ideas on how we can improve it when we reimplement it later.

This PR also removes the "create a version" mechanism in the frontend when there is only an npm install command.

Saving progress. Some things work but tags are wonky

Fix streaming bugs
@nichochar
Copy link
Contributor Author

Rebase broke this. Making a new PR

@nichochar nichochar closed this Oct 31, 2024
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.

1 participant