Kyle Banks

Results 17 comments of Kyle Banks

@bits01 could you confirm this is still an issue on the latest version?

Well that's no good, could you post the last 10 or so lines of `~/Library/Logs/goggles.log`?

I don't see it in your repository list so I'm guessing it's a private repo right?

@integrii thanks for the response and congratulations on the new baby! Goggles doesn't compile or execute any of your code, but it does use the [go/build](https://golang.org/pkg/go/build/) package to parse and...

Support for custom $GOPATH and $GOROOT is already planned and pretty much encompasses your ideas: #23 just need some time to get to it :) As for stdlib, definitely! That's...

[v0.2.0](https://github.com/KyleBanks/goggles/releases/tag/v0.2.0) now supports custom GOPATH values, GOROOT and stdlib docs are still outstanding.

@bits01 it should be stored in `~/Library/Caches/goggles/goggles.conf`

Would you mind deleting `~/Library/Logs/goggles.log`, running again (from the .App) and then posting the contents of `~/Library/Logs/goggles.log`?

It looks like it's pulling out the correct gopath, but for some reason it gets stuck in a loop. I'll open a separate bug for this and look into it...

Definitely needed! This is intentionally disabled at the moment [(see here)](https://github.com/KyleBanks/goggles/blob/master/cmd/goggles/goggles_darwin.go#L24) and just needs some front-end love to support various window sizes.