Myles Scolnick
Myles Scolnick
Looks great! we can definitely start with option 1) as the config. and we can put it under `[tool.marimo]` like we do for our other configuration.
thanks @bennyweise! looks good so far to me
Closed by #3462, thanks @bennyweise!
@Sahilbhatane i assigned the issue to you. Let us know if you need help or prefer the core team to take a look.
This is coming from an upstream library and looking through their code, its likely a rounding issue. The seemed to fix this for small numbers, but I am guessing not...
we may have better luck switching to react-aria-components https://react-spectrum.adobe.com/react-aria/Slider.html
@rubiagatra, yes if you are open to exploring migrating ot react-aria-components, that would be really appreciated. it would be good first to check if they support this small of a...
This one is a bit trickier than the others that were fixed - I'm not sure a good way to solve this.
Hi @bluss this sounds like not width you are hitting, but the built-in padding around each output and the application. Couple things you can checkout: 1. Grid mode: https://docs.marimo.io/guides/apps.html#grid-layout 2....
Going to close this as we support custom theming https://docs.marimo.io/guides/configuration/theming/