Myles Scolnick

Results 578 comments of Myles Scolnick

Sounds good, this looks like a much better approach.

@sanzoghenzo - maybe we can keep the logic for now as a fallback. the default `provider_type` could be an empty string `""`, and if its empty, then we use the...

@sanzoghenzo happy to help out on the frontend once you put up your PR. for azure, I think we can create a new entry for `ai.azure.base_url`, and fallback to the...

This is now fixed by https://github.com/marimo-team/marimo/pull/6018 (which will be in the next release 0.15.0). Providers are encoded in the model ID: `azure/gpt-4o`, `openai/gpt-4o`

This is because you are adding the styles outside of the widget: `document.head.appendChild(style);`. We use shadow-doms with widgets so they don't pollute the global css space, which Jupyter does not....

Feel free to re-open if there are other issues

Looks like an issue with `getSelection`. I don't think ShadowRoots support selection consistently today in browsers. Each browser seems to implement it their own way: https://stackoverflow.com/questions/62054839/shadowroot-getselection > The state of...

@metaboulie i can leave this open to track for now. others may be able to post workarounds

Thanks for finding this! Do you know how jupyter is handling this / hooking in to the formatter?

thanks for the investigation @metaboulie! it might be our custom formatter for plotly (maybe missing config, or not converting to the plotly json correctly) [marimo/_output/formatters/plotly_formatters.py](https://github.com/marimo-team/marimo/blob/53c7784f6e897a1f37e2be2c6f0e82d52f5c82f4/marimo/_output/formatters/plotly_formatters.py)