Myles Scolnick

Results 578 comments of Myles Scolnick

There is an improvement here I can make actually

Yes, I'm fairly certain this is an upstream issue and marimo is not intercepting any scroll behavior

Going to close. Happy to re-open if we do feel this is a marimo issue.

I can't fully tell what happened. It looks like the markdown formatting might have changed e.g. when from `md("""` to `md(r"""` for vice-versa. can you help confirm that?

Can you pin-point if its certain characters that are being dropped/modified? It could be some encoding during read/write

hey @bennyweise, this looks great! I do think a test would be nice. You don't need to test change the config, etc. but maybe we can refactor the `get_snippets` to...

> you will end up with duplicate snippets if the default directory is listed in the custom paths. @bennyweise, I think this is ok to ignore for now. code/tests look...

I think `mo.image_compare` sounds like a nice feature - is this something you'd be interested in contributing? They have a react-component: https://github.com/sneas/img-comparison-slider/blob/master/packages/react/README.md Could be something like: ``` mo.image_compare(mo.image(), mo.image()) ```...

@mthiboust changing to `module.__spec__.name` sounds good to me since it fixes your issue. we would definitely appreciate the contribution if you are up for it.

@mthiboust `ruff analyze` could be good useful tool (although it's API says it is not stable and an optional dep). but if you'd want to create a proof-of-concept with it,...