Thorsten Ball
Thorsten Ball
@ryanslade Wasn't this fixed with your #205?
Thanks for reporting! Have you tried the volume-based workspaces? If you have `-workspace volume` to `src batch [preview|apply]` then Docker volumes are created and attached to the containers instead of...
Fantastic! And also agree on the troubleshooting guide: this one should be in there. I think until now we've wanted to see how well `-workspace volume` works in customer environments...
Adding it to the troubleshooting page here: https://github.com/sourcegraph/sourcegraph/pull/23068
Interesting! So what exactly did you modify? Adding the `,Z` to the bind command and that in updated the SELinux on the host and thus gave it permission? Does using...
Yeah, src-cli caches results heavily in order to make iterating faster. So, just confirming: if you run `src batch [apply|preview]` with 1. `-tmp` set to a directory that you have...
Thanks so much! We'll look into this as soon as we can. In the meantime it sounds like you're at least unblocked from trying it out - even though it...
Hey @joshuabezaleel, I think the `src version` command does what `src update check` is supposed to do. But `src version` is newer.
I think [the answers to this SO question](https://stackoverflow.com/questions/1068020/app-help-should-go-to-stdout-or-stderr) are quite good and make sense: * if the user explicitly asked for `--help` output by providing `--help` then the help text...
Hey @andir! I might be wrong, but it looks to me like [`src serve-git` ](https://docs.sourcegraph.com/cli/references/serve-git) already supports bare git repositories: https://github.com/sourcegraph/src-cli/blob/3a48ac72cbe0dc31a69400bd6a062f7104fde858/internal/servegit/serve.go#L183-L196 @keegancsmith would know best, though. So, ping :)