reform-chipper
reform-chipper
The PR says `limit input size to 10k characters`, but it's actually 4k: [error] command length too long len:10240, max:4096 Also, I don't think this resolves the issue, at least...
Yes, that would certainly be better than what we have today. Maybe create an issue to implement a more robust undo system later once there's nothing better to do? You're...
For me personally it would be better to have the output. If you open a notebook after 6 months and forget most of what you did, it's handy to see...
I think [Runme](https://docs.runme.dev) notebooks are a modified markdown, could be a start. They have other issues which prevent me from benefiting from them, but the format itself looks nice.
A good example for my use case is Poetry or `docker exec`. For poetry, if our project uses Python in any way (even just some script on top), we use...
I found a temp fix. Output of `locale` from iTerm and system Terminal: ``` % locale LANG="" LC_COLLATE="C" LC_CTYPE="UTF-8" LC_MESSAGES="C" LC_MONETARY="C" LC_NUMERIC="C" LC_TIME="C" LC_ALL= ``` And from Wave: ``` LANG="en_US@rg=czzzzz.UTF-8"...
I think the output doesn't have to be the cleared if you make it obvious to the user it's outdated (if the command block has been edited). For me it...
I don't know Warp, but based on your screenshot it looks like something different. I should be able to edit any cell and run it again. Your example looks like...