Jim Fisk
Jim Fisk
Themes should be working in general, here's a quick demo on how to get started: https://youtu.be/dT69Ph2XkjQ?t=1904 There's still a lot of work to be done actually building out some themes...
Good point, better messages to provide users with some guidance is ultimately more important than aesthetics. You've made some great improvements already @gustavocd, so I'm definitely interested in hearing your...
Emoji support: https://github.com/kyokomi/emoji or https://github.com/enescakir/emoji **Edit:** Good point made here: https://www.reddit.com/r/golang/comments/fe21os/emoji_a_minimalistic_emoji_package_for_go/ > When do you draw the line between copy pasting an emoji vs using this library Simple copy/paste ...
Color example from @zaydek: https://github.com/zaydek/retro/blob/master/pkg/term/term.go
https://github.com/charmbracelet/bubbletea
Progress bar option: https://github.com/schollz/progressbar
Very cool @ivanpirog, thanks!
Viper tutorial: https://lbry.tv/@dfeury#5/configure-go-with-the-power-of-snek-go#4
Related issues: - https://gitlab.com/gitlab-org/gitlab/-/issues/19717 - https://gitlab.com/gitlab-org/gitlab/-/issues/223203
For anyone who needs a workaround in the meantime, here's an example `.gitlab-ci.yml`: ```yml image: docker:stable pages: before_script: - apk add --update curl wget && rm -rf /var/cache/apk/* script: -...