Myles Scolnick
Myles Scolnick
hi @gereleth, apologies you keep experiencing issues with rendering your anywidget content. I made a change that fixes the issue you raised: https://github.com/marimo-team/marimo/pull/2620 I'm not sure if it is the...
@gereleth , i just tried your widget again (at least [`0.11.10`](https://github.com/marimo-team/marimo/releases/tag/0.11.10)) and it looks like its working (after a few changes to our anywidget integration). I'm going to close this,...
@liquidcarbon - `min_height` is "minimum height of the code editor in pixels". it works fine for me. 5 is too small for a single line for the other feature requests,...
thanks for filing, we will look into this. i suspect the issue is upstream with `msgspec-m` (our fork of `msgspec` to support 3.14), but we may be able to migrate...
@liquidcarbon, marimo apps are stateful so when fastapi autoreload, it actually tears down all the state, including your active session, so the 401 makes sense to me since you no...
good question! idk, i originally made `the ASGI apps` for deployment and didn't think about using it for development. but i can see why you'd want to. does adding the...
@Antyos are you still hitting this? Would love to help fix if so
Hey @kjgoodrick this seems like a great idea/addition. You can actually easily add that logic to https://github.com/marimo-team/marimo/blob/main/marimo/_output/formatters/df_formatters.py You can see what we do for dataframes (just call table()) and just...
This is configurable at the OS level if you are open to that. e.g. [for mac](https://macissues.com/how-to-change-your-macs-text-cursor-blink-rate/). Although, I am sure this is possible in marimo with some CSS hackery
Hey @dmayilyan - the request makes sense. Curious how you would envision that in the UI? It feels weird to just whitelist some packages that get auto added to `--dev`....