-
-
Notifications
You must be signed in to change notification settings - Fork 369
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
Can't update children
trait after widget is displayed.
#1060
Comments
In |
Ok, this was the bug I was hunting, didn't expect this. Thanks again 🙏 |
This was a good exercise: i guess my lesson learned was that going right to the message trace its where it's at for these things. kernelspy is fine, but not very fine-grained, and running the full lab UI requires so many downstreams that it might be limiting. Perhaps something lower level that allowed for capturing full traces as JSON lines would be a good feature... building it into the kernel itself would be... something, but probably makes more sense to do it out-of-band so that you can run it against other kernels, akin to jupyter_kernel_test, but maybe something that worked with an existing forensic tool, e.g. |
Akin to #1059, here's another fun gist with binder that demonstrates some issues observed while try to upgrade to
6.19.x
.Basically:
HBox
withchildren
displays them immediatelyHBox
and then settingchildren
doesn't show anything at all.widget-hbox
gets created, but its empty, and never updatesAgain, I'll do a bit more debugging.
The text was updated successfully, but these errors were encountered: