Nelo Mitranim
Nelo Mitranim
The readme states that `--uppercase` is boolean and true by default. When providing `--uppercase=false`, I get the following error: ``` error: unexpected value 'false' for '--uppercase' found; no more were...
### Problem Currently (in Lab 4.4.2), notebooks auto-sync with the system color scheme only on page load. When the system color scheme changes, you have to either reload the page,...
When `"inline_output": true`, opening the Command Palette always opens the Helium Output buffer, which is completely unused in that scenario. Closing it doesn't help: the next Command Palette activation opens...
Helium version: `v0.6.4`. `helium_clear_all_cells` clears the dedicated output buffer, but not the inline phantoms. Would be nice if that also worked.
### Pre-submit Checks - [x] I have [searched Warp feature requests](https://github.com/warpdotdev/warp/issues?q=is%3Aissue+label%3AFEATURE) and there are no duplicates - [x] I have [searched Warp docs](https://docs.warp.dev) and my feature is not there ###...
### What problem are you trying to solve? Manual cleanup is easy to forget. `try`/`finally` requires nesting. Cleanup with [`using`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/using) is more convenient. ### What solutions exist today? ```js const...