(no title)
EMM_386 | 1 month ago
https://github.com/anthropics/claude-code/issues/769
I locally patched the closed-source CLI npm package but it's not perfect. They would have to switch how their TUI is rendered on their side.
Apparently OpenAI Codex is rust+ratatui which does not have this issue.
thomasahle|1 month ago
wonger_|1 month ago
https://github.com/jquast/blessed
One reason for the lack of python might be the timing of the TUI renaissance, which I think happened (is happening?) alongside the rise of languages like Go and Rust.
behnamoh|1 month ago
example: `ranger` is written in python and it's freaking slow. in comparison, `yazi` (Rust) has been a breeze.
Edit: Sorry, I meant GIL, not single thread.
acdha|1 month ago
https://textual.textualize.io/
blks|1 month ago
jschlatter|1 month ago
> We originally built Claude Code on Ink, a React renderer for the terminal. [...] Over the past few months, we've rewritten our rendering system from scratch (while still using React).
https://github.com/anthropics/claude-code/issues/769#issueco...
cududa|1 month ago
lifetimerubyist|1 month ago
Good grief get me off this sloppy ride.
behnamoh|1 month ago
reissbaker|1 month ago