Myles Scolnick
Myles Scolnick
This stores the completion response when inside a function call in the documentation tab. This is re-using an old PR when we tried to put this in a popover. This...
You can run the tests across all ts-sdk with: ``` cd seed/ts-sdk pnpm i pnpm test ``` Summary: 18 fails, 37 passes * Some fail due to code generation of...
This migrates some scripts and GitHub flows to use [turborepo](https://turbo.build/repo). The reason for this is to cache tasks across builds using turborepo's remote caching. Some other benefits to gain down...
Adds a few markdown shortcuts ``` Bold (Mod-b) Italic (Mod-i) Convert to Link (Mod-k) Convert to Ordered list (Mod-Shift-7) Convert to Unordered list (Mod-Shift-8) Convert to Blockquote (Mod-Shift-9) Convert to...
This adds `mo.routes` to change the layout based on the url hash or pathname ```python @app.cell def __(): mo.routes({ "#/home": mo.md("# Home"), "#/about": mo.md("# About"), "#/contact": mo.md("# Contact"), }) return...
### Discussed in https://github.com/marimo-team/marimo/discussions/612 Originally posted by **tfriedel** January 20, 2024 I quite liked the example for data labeling. There are buttons to go to the next or previous image....
## Bug Description Logarithmic scale not showing any results. This works when removing `"scale"` or changing to `"symlog"`. ```json { "config": {"view": {"continuousWidth": 300, "continuousHeight": 300}}, "data": {"name": "data"}, "mark":...
### What happened? I have this altair code that produces a working chart, but the generate vega-lite spec does not render correctly. For example, here is a reproduction: https://marimo.app/l/nhwpi8 ```python...
### Project URL https://test.pypi.org/project/marimo/ ### Does this project already exist? - [X] Yes ### New limit 20GB ### Update issue title - [X] I have updated the title. ### Which...
POC / untested