Andrew Carter

Results 17 issues of Andrew Carter

Go version 1.4.2 Mac OS X 10.10 Example: ``` package main import "fmt" import "path/filepath" import "os" func main() { files, err := filepath.Glob("/usr/local/go/src/**/*.go") if err != nil { fmt.Print(err)...

Documentation
NeedsDecision
FeatureRequest

Added --exclude option that mimics ctag's exclude flag. The pattern is expected to be a shell glob pattern (which is what Go's filepath.Match method expects). It can be set multiple...

Added flag `-exclude-private` to chose to filter any symbols that are not public when building the tag file. This is very useful for building a tag file for the Go...

Added an example using Windows `ssh-agent` with WSL2.

### Description For people that have color blindness, the use of color can be problematic. A nice option would be to have a more subdued palette that uses monochrome contrast...

bug

### Description When using find, the matching terms in comments is extremely difficult to see (although I am partly colorblind). The text is invisible to me in this screenshot: ![image](https://user-images.githubusercontent.com/4931/221368608-26af15cb-103a-4600-8734-781a6ddb0d98.png)...

bug

`bbresults` is a general tool for showing build results in a results browser. The output from go test should run through a filter first before calling bbresults to normalize the...

When building the Go.bbpackage bundle, should build go tools like gotags into the bundle so that it is not fragile when running the helper scripts. Steps; - Create a workspace...

For POSIX systems, a man(1) page should be provided. The README.md already looks like it might have a good starting point for the man page content.

enhancement

Given that the calendar is not integrated with macOS system calendar, support for macOS widgets would be useful for integrating into control center