bashbunni

Results 251 comments of bashbunni

@caarlos0 🤦‍♀️ totally didn't include the code to repro did I? LOL The broken one (using `Items` to set list elements): ```go l := list.New().Items( "S", list.New().Items([]string{"vim", "doom emacs"}), list.New().Item("I...

Hey @twpayne! Heads up, we're figuring out a solution to this right now. When we try to make the bubbles implement the `tea.Model` interface, we end up having to do...

I think this issue also raises a good point on improving UX here. We should see about listing off what models *are* available for that API, if the one specified...

Hey @JameInw you can see all of the available functions [here](https://pkg.go.dev/github.com/charmbracelet/log#section-documentation) We don't have `Panic`, though I can run it by the team to see if we would consider adding...

I think I'm missing something obvious here - what's wrong with how we're currently handling actions and how does this change improve that?

@meowgorithm Just added some instructions. I mainly tested it with Gum. 1. go to gum and replace the huh dep with this branch 2. `seq 22 | go run ....

Going to test more edge cases before merging this one :)

The group-related issue is actually caused by a different bug I found and documented [here](https://github.com/charmbracelet/huh/issues/349). `WithHeight` wasn't setting the viewport height and was instead just cutting content. That's why the...

Maybe I'm doing something wrong, but I can't seem to get pre-selected options to work in dynamic huh. You can try for yourself by checking out the `dynamic-selection-example` branch and...

Gum and Huh aren't connected anymore, so I don't know if this is still an issue + don't have a runnable example to reproduce this. Going to close for now