Myles Scolnick
Myles Scolnick
@mwchase - we have added a global search (it will search across all columns, case insensitive). this has already been released. We are adding some un-opionated filters in https://github.com/marimo-team/marimo/pull/1652 In...
hey @rorads, Copilot will connect to a port `10 * `. For example, if marimo is open at `2178`, Copilot will try to connect to `ws://localhost:27180/copilot`. If you look in...
can you run `marimo -l debug edit ` - maybe there is some more hints in there. Can you include the steps you have gotten thus far to run marimo...
thanks for this minimal repro. nothing comes to mind why those would be different. i can try to play around with both these setups and see if i notice anything.
Going to close this, as it seems fixed. Feel free to comment or re-open if that is not the case for anyone else
If there were workarounds to get GitHub Copilot to work in codespaces, this PR (https://github.com/marimo-team/marimo/pull/2911) might help avoid those
Going to close this as this is available in https://marimo.io/ now
Closing this - feel free to re-open with specific feature-requests/ improvements. We now have 3 ChatGPT-like integrations: 1. GitHub Copilot 2. Refactor/update code from the cell dropdown (or hotkey) 3....
You are going to incur a network request, parsing etc by using `mo.ui.refresh`. I feel like that might not be the tool to use. Instead, I would suggest keeping this...
@Norvie, @aopell would appreciate your thoughts: 1. Do you want to format this programmatically? E.g. passing format options to the table. or do this on the frontend with the dropdown...