Billy McCulloch
Billy McCulloch
I had some trouble with this, and found a workaround. I took the "kill it with fire" approach, and everything appears to work fine. `$ pyinstaller --clean -y --collect-all asdf...
Yes, worked the last time I used `opencv-python` in this way, about a year ago. It looks like this was introduced with commit 615f3dff836d820398105b82b6ada39d0155cbdc. As a workaround, in `setup.py`, I...
I ran into this, as well. In my case, I'm running marimo in WSL and viewing from a Windows browser on the same machine. The issue appears to be that...
I did some testing with `tornado.netutil.bind_sockets()` in the WSL instance, and it indeed returns the IPv6 "all" address of `::`, which the marimo code wraps in square braces to give...
@mscolnick Somewhat. The example in the first post of this issue now works as expected when initially run. However, if you then edit and re-evaluate the cell containing the `mo.tabs`...
@mscolnick I can confirm that upon removing `@cache` everything works as expected. Thank you very much!