charmbracelet / kancli

A tutorial for building a command line kanban board in Go
173 stars 30 forks source link

Hey @bashbunni, I ran into the same problem as @Dentrax. #7

Closed bashbunni closed 1 year ago

bashbunni commented 1 year ago
  Hey @bashbunni, I ran into the same problem as @Dentrax.

While I was following the kancli video tutorial. I wanted to change the "loading...." with something more glamorous™ I've made this repo, to resume my story I've copied the example of a simple spinner but when I run the CLI it does not tickle :(

Also, is there any particular reason it takes time to load the UI? Sometimes it is fast, as seen by the video; other times, it just keeps loading.

https://user-images.githubusercontent.com/70247653/197446024-565ccfc7-0405-4dc9-b20f-d28f2cb5e5ca.mov


Ps: You guys are doing some awesome work! Saw the YouTube tutorial and the changelog podcast, I'm learning go just to write really good looking CLIs

(edit): just realized that ended recording before showing one time it was quick :/ but here is a screenshot of one time it ran in 3s Screen Shot 2022-10-24 at 01 01 07

My neofetch if the issue for taking some time to load is related to my OS Screen Shot 2022-10-24 at 01 02 46

Originally posted by @Grubba27 in https://github.com/charmbracelet/bubbletea/discussions/484#discussioncomment-3947136

bashbunni commented 1 year ago

This should be fixed now on main