Maarten Breddels
Maarten Breddels
Hi Jovan, in the quickstart we use some top level reactive variables. That's a pattern I prefer for apps, instead of local use_reactive. https://solara.dev/documentation/getting_started What we are now leaning towards,...
Hi, solara/reacton does not make a copy, and mutations are not something you should do. We recognize this footgun, and plan to detect this: https://github.com/widgetti/solara/pull/595 so it becomes clear to...
Looking into this, leaving breadcrumbs here: https://github.com/ipython/ipykernel/pull/1186 (work was introduced here) seems like it's a general breakage: https://github.com/ipython/ipykernel/issues/1450 This seems fixed here: https://github.com/ipython/ipykernel/pull/1451
> 1. Is this pattern (calling a Solara task from within another async task after awaits) intended to be supported or was I abusing this and it got lucky because...
It seems https://github.com/astropy/specutils/pull/710 fixed this, because of a dev install, and not running `pip install -e .` again, I did not pick up the new specutils, and I guess @PatrickOgle...
@rosteen maybe it makes sense for you to pick this up from here, because now this triggers another issue with specutils, and you see to have fixed that original issue...
Sorry I didn't reply earlier, see https://github.com/widgetti/solara/pull/1108#issuecomment-3497710127
I think that's a reasonable fix. Is this compatible with numpy 1? If not, can we make it compatible?
Yes, version 8.0 by default will echo messages, which will support multiple clients (added in https://github.com/jupyter-widgets/ipywidgets/pull/3195 ) However, I am not 100% sure it addresses the original issue of this...
Great idea, I worked a bit on this: https://github.com/ipython/ipykernel/pull/410 maybe it is helpful