Live tube visualization#207
Merged
Merged
Conversation
Collaborator
|
Starting to read through, rest assured it will be done by eod tomorrow! |
Collaborator
Author
|
Oops sorry for leaving CI a mess |
sneakers-the-rat
commented
May 5, 2026
| # autodoc-pydantic | ||
| autodoc_pydantic_model_show_json_error_strategy = "coerce" | ||
| autodoc_pydantic_model_show_json = True | ||
| autodoc_pydantic_model_show_json = False |
Collaborator
Author
There was a problem hiding this comment.
it looks like autodoc-pydantic broken something upstream where it no longer handles generic types correctly, had to do this in mio too. package might be unmaintained
Merging this PR will not alter performance
Comparing Footnotes
|
Collaborator
|
ah crap i reviewed the wrong pr lol |
Collaborator
|
will get to this within a couple days sorry |
Merged
15a969c to
73cb4c9
Compare
Collaborator
Author
|
discussed offline a bit, raymond has a new job now! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
a new cli command
noob view my-tubethat displays your tube as you write it!noob_live_editing.mp4
this is the "certified dumbass way to do it" where i am polling with a websocket from inline JS rather than building that into the react component, that'll come next. this is the minimal implementation that just makes it exist, no tests yet becoz not even sure what of this would need to be tested, i guess that the websocket stream works, but i'm gonna hold off on that because we don't have any js tests and that's sorta the real thing we need and that will require a bit of infra. i can port over some of the testing stuff from sciop here because it actually required a bit of doing to get that off the ground.
so what's changed here
guioptional dependency group to hold these deps, the gui module fails to load if they are absentgive it a whirl, to get it going you need to run the js build command which is specified in the js package
npm run watch:package📚 Documentation preview 📚: https://noob--207.org.readthedocs.build/en/207/