Jake Wharton
Jake Wharton
Mordant already gives us this for free, "just" need to expose it (which involves a bunch of design on our side).
It's basically our `:compose:ui` + `:compose:foundation`. I don't think a UI vs. foundation split is meaningful for TUI. However, separately, I _do_ think we want a suite of opinionated, high-level...
We should still support emitting the numbered 256 colors and 16 colors so long as your ANSI level is greater or equal to the current one. They encode more efficiently...
Right now it's unconditional
Not that I want to take on more work... BUT... I _think_ we can build libghostty from Ghostty, run the apps inside of it, interact through its API, and send...
Right now you have to call `runMosaicTest({ it })` to get the `Mosaic` instance and then do a manual dance to get all the statics printed. We should do something...
It's hard to log, because the place we log is the primary output of the tool. Introduce two env vars: - `MOSAIC_LOG_LEVEL` with two or three levels - `MOSAIC_LOG_PATH` with...
We should probably only check things which are `is_complete` (so long as that still works with 4.x)