Keegan Carruthers-Smith
Keegan Carruthers-Smith
Happy to accept a PR here.
Hi @esodan happy to include this. Could you send a PR adding it?
At Sourcegraph this has been a problem for us as well. We implemented a small change which helps to bound the number of goroutines, and it is working well for...
I submitted #201 which does a part of this. For an example usage check out https://github.com/drone/drone-exec/pull/13 I can flesh out that PR further by adding a `NewDockerClientEnv`, but to match...
Setting the title bar colour isn't in the spec. So I went looking for examples in other dracula repos and only found vscode (which is regarded as spec compliant): https://github.com/dracula/visual-studio-code/blob/master/src/dracula.yml#L324-L328...
I also would like this feature. At Sourcegraph we have a [mono-repo](https://github.com/sourcegraph/sourcegraph) that multiple teams develop on. Each team has its own slack room, so most PRs via real time...
@efritz Out of interest, what are you wanting to do? I've been meaning to move most of indexserver into a pkg for a while, since the general pattern of commands...
Happy to take a PR which does this.
Here are notes I took from when we last looked into rure-go (2020-10-21) > This has deployment / devenv issues since rure is written in rust. Requires compiling rust. Maybe...
> new content is blank - it's been removed it is valid to have empty files indexed. Would this break anything? > For modified files Could you simplify this by...