Hey, this is awesome! As someone who primarily codes in Python, I love that it's first class with a REPL! Nothing frustrates me more then when I have to figure out Javascript for scripting in Google Sheets. I ran through your demo and I have some feedback: - Tab completion in the REPL would be great. - When I change code in the editor, it doesn't update the cell where that code is used until I click on the cell, clic…
Thanks, this is excellent feedback: * The REPL is supposed to do autocomplete where it makes sense. If you enter A1. it should show you a list of things you can do there. That always feels better than asking for it explicitly. Let me know if that doesn't work. * Yeah, code changes don't rerun the affected cells. It is something we've debated, and maybe we should? It feels like it could also cause unexpected things to…
Yikes. That's worrying. Is this rate limiting or API timeouts that need some retry logic wrapped around?