Tim

Results 76 comments of Tim

@snickell you _should_ ™ be able to use standard `.ignore` syntax files labeled as `.stignore` (from the above syncthing link) and that should get you 90% of the way. I...

@alok87 Happy to have it!

@sevlyar I agree they should default to that sensible output location, but currently it just dumps them where the command is being run from, which is less than ideal. I...

@sevlyar I get this as well. ``` Darwin Tims-MacBook-Pro-15.local 17.4.0 Darwin Kernel Version 17.4.0: Sun Dec 17 09:19:54 PST 2017; root:xnu-4570.41.2~1/RELEASE_X86_64 x86_64 ``` ``` GOARCH="amd64" GOBIN="" GOEXE="" GOHOSTARCH="amd64" GOHOSTOS="darwin" GOOS="darwin"...

@ademenev its been a long time since I commented so I don’t remember the problem or context, but I switched to using a fork that fixes macOS issues https://github.com/timfallmk/go-daemon

Go env: ```shell go env GOARCH="amd64" GOBIN="" GOCACHE="/Users/timfall/Library/Caches/go-build" GOEXE="" GOHOSTARCH="amd64" GOHOSTOS="darwin" GOOS="darwin" GOPATH="/Users/timfall/Code/go" GORACE="" GOROOT="/usr/local/go" GOTMPDIR="" GOTOOLDIR="/usr/local/go/pkg/tool/darwin_amd64" GCCGO="gccgo" CC="clang" CXX="clang++" CGO_ENABLED="1" CGO_CFLAGS="-g -O2" CGO_CPPFLAGS="" CGO_CXXFLAGS="-g -O2" CGO_FFLAGS="-g -O2" CGO_LDFLAGS="-g -O2"...

@pichouk I think the suggested solution was in the first message of this issue. I just don't see any movement on this repo.