bashbunni
bashbunni
I think we can remove this once we add the info for `vhs publish` to our docs 👍
@ghackg11 Sounds good! Good luck :)
Nice! The latest changes fixed the Bubble Tea `chat` example for me. It's now using the right color profile instead of ascii. Tested all of the bubble tea examples last...
Also related: (and might eliminate the need for multiple checks of `BorderStyle`) https://github.com/charmbracelet/lipgloss/pull/380/files https://github.com/charmbracelet/lipgloss/issues/353 I tried adding a custom border in the test introduced here and it's not fixed by...
**To fix this you can set `lipgloss.SetColorProfile(termenv.TrueColor)` at the beginning of your tests. We do that in our Glamour tests** --- For more context: I'm not sure what's happening under...
In `v2` this is what it would look like to set the color profile outside of a Bubble Tea app: ```go func main() { // detect the environment's capabilities w...
This is really cool! Ran all the examples on my machine and it looks rad :partying_face:
Hey @testinfected we're still doing some usability tests on the API to decide if the developer experience is where we want it to be before release. No ETA yet, but...
Docs: - We should probably populate the "Overview" section of the Godoc with a basic example - It's still unclear to me when to use a tree vs a list...
We should also improve godoc on `StyleFunc` usage for lists/trees. I'm searching examples to figure out how to use it