Christian Rocha

Results 412 comments of Christian Rocha

Thanks for the report. This appears to be happening upstream in Lip Gloss. Here's the code I used to verify: https://go.dev/play/p/qFh-hV2bYtS ```go package main import ( "fmt" "strings" "github.com/charmbracelet/lipgloss" )...

Yeah, this is most likely a bug in the terminal emulator with regard to scrolling regions. For now you can probably set `GLOW_HIGH_PERFORMANCE_PAGER=false` in your environment to sidestep the issue.

Thanks for flagging this, @deicon. We'll take a look at this and let you know of week.

Good catch! A PR would be great. Let's use `123` for the foreground.

@GitHubonline1396529 What’s your exact locale (i.e. zh_CN.UTF-8) and operating system? And can you, by chance, provide a document we can use to reproduce the bug?

My only thought here is that we may want to hang onto the deprecated `Key` stuff for a little while longer in order to give users time to migrate as...

Under the hood, the outputs of both stopwatch and timer are using the [stringer interface of `time.Duration`](https://pkg.go.dev/time#Duration.String). In other words, this is how Go prints durations by default. With `stopwatch`,...

Thank you: this is a good catch and we should be consistent here. The way the placeholder is rendering is the correct one and we should normalize the other case...

Here's a Bubble Tea project using [asciigraph](https://github.com/guptarohit/asciigraph): https://github.com/aymanbagabas/gh-stars

> What would need to be improved here for this to become mergable? @muesli @meowgorithm It would be super useful to have this for the time being until an actual...