Myles Scolnick

Results 578 comments of Myles Scolnick

Is this the same as `Cmd+/` (or `Ctrl+/` for non-mac)?

Closing as this does not exist in the keyboard shortcuts: ![Image](https://github.com/user-attachments/assets/4e548c09-bb15-4469-94e7-640b68299302) (Although not configurable)

hey @Luux - it might be a new config that was introduced. Can you check your marimo settings, and disable "Watch" (uncheck it)? Let me know if you still experience...

Hi, we've launched a new VSCode extension at https://github.com/marimo-team/marimo-lsp ([readme](https://github.com/marimo-team/marimo-lsp/tree/main/extension)). It may mean this issue is resolved or no longer applicable. If the issue still exists, please file the issue...

Yea i think we can write a proper `to_data`, which can contain rich objects, instead of writing `to_csv` (which is limited to strings) for each dataframe implementation

We do support `ollama` for prompting to refactor/create cells. We can look into adding support for the code-completion as well. I think we can just update `copilot` and have the...

@zhibor - could you explain a bit more? those reasons seem like they would apply for both code completion and [the chat](https://docs.marimo.io/guides/editor_features/ai_completion.html#using-ai-to-modify-cells). can you even run more than one ollama...

Got it, thanks for the exploration @zhibor. We can probably start off with sharing the config between chat and completion in a smaller PR - and later add diverging config...

If you'd like to give this a shot, most of the logic should live in this file: https://github.com/marimo-team/marimo/blob/main/frontend/src/core/codemirror/copilot/extension.ts#L27 And if you do try it out, we can just do the...

This is a great callout @psymonryan, thanks for walking through that.