-
I'm a bit stubborn when it comes to go and directory organisation, so I tried to use `vg` to create a git clone of my project in whatever directory I wanted (without having to have it in `src/github.c…
-
Command `vg ensure` run within the project directory and activated workspace returns:
```bash
(project) [user@machine project][✔]$ vg ensure
Running "dep ensure"
Error: Couldn't move the vendor di…
-
When changing from one workspace to another in fish, the prompt updating fails. It's worth noting that I've have a function in my fish config also called `fish_prompt`:
https://github.com/karlek/do…
-
I'm struggling to find a good workflow to work on our "product" repo and our "library" repo at the same time when I'm making changes that affect both. Is there a good way to tell glide to ignore a pa…
-
-
Firstly — thank you for the excellent theme! I've used it constantly for the last few years, it's awesome.
I'm struggling to hide the "main" branch, even though hiding "master" works. Here's a scre…
-
This is a general comment about the FAQ. The FAQ has a section about testing a dependency and this recommendation doesn't work:
https://golang.github.io/dep/docs/FAQ.html#how-do-i-test-changes-to-a…
-
Not a big deal, but kind of ugly: dfm dies when you try to add a file that can't be found: `dfm add i_dont_exist` (I'm on macOS).
```
panic: runtime error: invalid memory address or nil pointer de…
-
roxma updated
5 years ago
-
In order to guarantee repeatable protobuf code gen, we have a targer `proto-install` in the Makefile, which installs gogoproto plugins locally. Unfortunately, this target is not tested in the CI, and …