41ex
Results
2
issues of
41ex
In `ipinfo/init.go` and `ipinfo/ipinfo_client.go` warnings are printed to STDOUT: ```go func init() { if err := InitConfig(); err != nil { fmt.Println("warn: error in creating config file.") } } ```...
In light mode, when selecting a Bases view the menu items are illegible due to dark text on dark background: The `--menu-background` variable can be updated to fix the issue:...