Christian Rocha

Results 381 comments of Christian Rocha

This looks like a bug, but if not it's still generally a Charm best practice. We'll fix it.

Hey everyone: what OS and terminals are you using? Light mode is working for me out of the box in a variety of terminals on macOS and Linux.

This may come down to `TERM` settings and `tmux` config. For anyone having trouble with this, do you mind noting down the following? * `TERM` value * The terminal you're...

@aymanbagabas, is this still needed after https://github.com/charmbracelet/bubbletea/pull/1399? If so, let's close this. If not, let's update accordingly and get this merged.

Just to add some more context, this will be possible once Bubble Tea and Lip Gloss v2 are ready (currently in alpha).

@caarlos0 are we good with this one? Is there anything else from @ccoVeille which needs to be addressed?

I think this make sense, though I do wonder: are they any use cases where we would not want this to be automatically called in `m.SetValue()` like you suggest?

Thanks for the PR! So right off the cuff, I sort of wonder if this should be implemented externally, _possibly_ with an interface. That would allow to, for example, store...

Thanks for the excellent report. As mentioned, this looks like a regression. Off the cuff I'd guess it's downsampling to 4-bit ANSI (i.e. the 16 user-definable terminal colors; the first...

Aha, there we have it. Technically speaking `CLICOLOR_FORCE=1 COLORTERM=truecolor glow-s dark filename.md | head` should work, but it looks like it may have regressed upstream. Alternatively, we could introduce a...