Jake Wharton

Results 497 issues of Jake Wharton

Mordant already gives us this for free, "just" need to expose it (which involves a bunch of design on our side).

enhancement
mosaic/runtime

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...

mosaic/runtime

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...

enhancement
mosaic/runtime

Right now it's unconditional

enhancement
mosaic/runtime

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...

build and CI

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...

enhancement
mosaic/testing

documentation
build and CI
good first issue
PR welcome

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...

enhancement
mosaic/runtime

We should probably only check things which are `is_complete` (so long as that still works with 4.x)