Richard Bowden

Results 3 issues of Richard Bowden

hello, if I have the following: ``` task car { path = "~/_new_bin" recursive = true } task bus { path = "~/new_bin1" recursive = false } ``` and I...

go-debug fails to set breakpoints when run if the path for GOPATH contains a symlink, for example: /Users/richard/dev -> /Users/richard/Documents/development project loaded in atom from this path /Users/richard/dev but as...

added GetRegion func which will return Region from either: passing a string for example "eu-west-1" or checking the ENV var AWS_REGION or checking the metadata if available, works the same...