Paddy Mullen
Paddy Mullen
Wow, thank you for the in depth response. I'm getting a much better idea of how beartype approaches typing. Some more context and a couple of other ideas I had...
That error message on Main is great, exactly what I was going ask for.
I would like to have commands or configurations that only write to the circled logging area, and don't write to the output area below the cell. If everything writes below...
It looks like a python memory leak. in WASM. I made a reduced testcase that is basically a huge _ESM module in an anywidget https://marimo.io/p/@paddy-mullen/notebook-h56lqy Here are the relevant lines:...
I ran this locally against regular python and I saw memory usage increasing (calling `gc.collect()`) didn't reduce the memory usage. Now that I understand the bug, I see a way...
Thank you. I think for the customization I'm looking for, it is more straightforward to swap out the whole implementation rather than figure out how kwargs migrate through pandas, to...
I looked at the code including doc/conf.py and didn't see where that link comes from. Maybe the default sphinx feed reads from something in pyproject.toml, but I'm not sure.
There are no instructions about how to run the "pre-commit" hooks locally, so I don't know how to make them pass
Surprisingly this is an enterprise only feature for ag-grid. https://www.ag-grid.com/javascript-data-grid/clipboard/
@mscolnick This would really help me for Buckaroo. I was playing in the live WASM playground and I ran up against the limit. Interestingly when I run locally, marimo doesn't...