David Orozco
David Orozco
I was wondering if there any option to use this app in cli
Hi, I'm using the theme and it's really awesome. I'm having trouble with the menu, it's not sorted.  What I want its sorted. This is my config file ```...
## Describe the bug I want to display text with Ansi colors (provided by github.com/logrusorgru/aurora). It's not possible, or it's not make sense? ## To reproduce ``` projects, err :=...
#841 I don't know if that expected to not throw an error, but seems weird to me. Probably in my use case I could use a `Walk` and check for...
I want to disable some functions, but seems like is not working ```go program, err := expr.Compile(query, expr.Option(func(c *conf.Config) { c.Disabled["all"] = true for name := range c.Disabled { fmt.Println("Disabled...",...