Myles Scolnick

Results 578 comments of Myles Scolnick

maybe dumb question - but why do RPCs need to lock the kernel? can the RPCs run in another thread?

We don't currently don't support this today. Maybe there is some magic we could do with [uv's dependency groups](https://docs.astral.sh/uv/concepts/projects/dependencies/#development-dependencies). The best workaround today would be calling `subprocess.run(['uv', 'pip', 'install', '-r',...

@gabrielgrant - does it work if you turn off module reloading? Its on the footer, there is: on, lazy, off. if thats fixes it, we can look into the module...

Could your `uv` have been upgraded? Do other versions work? You can run with `uvx --with marimo==0.10.5 marimo edit`

this might be an issue on https://github.com/plotly/react-plotly.js/. it may not be a common use-case for them, but it seems to fail when plotly is conditionally rendered and resized (like in...

@mrdobalina2k - plotly released 6.0. curious if this is still an issue for you?

We disable pointer events https://developer.mozilla.org/en-US/docs/Web/API/Pointer_events when elements are disabled, I can see what ARIA best practices are.

In the meantime, you can do something like this: ```python mo.md(rf"""{mo.ui.button(disabled=True)}""").left() ```

Closed in favor of https://docs.marimo.io/guides/package_management/using_uv/

I tried playing around with this and could not reproduce it. Are you able to reproduce it consistently?