Geoffrey Gilmore

Results 41 comments of Geoffrey Gilmore

Thanks! I should also mention that I see the same issue with `kubectl get pod --namespace=prod ...`

Good to know, but apparently `kubectl` (or the Kubernetes API server) supports the YAML 1.1 syntax. The official K8s documentation also uses the `0` prefix octal notation: https://kubernetes.io/docs/concepts/configuration/secret/#secret-files-permissions The nature...

> Does kubectl support the newer 0o… octal syntax? (It sounds like it doesn't, but I just want to confirm) I think it does (at least from my brief test...

Hey @Gabriel439 thanks for looking into this! A few responses: - I am using dhall `1.33.1` for the benchmark https://github.com/sourcegraph/deploy-sourcegraph-dhall-archived/blob/285b1515ade18682d1fac33f8e70bb32100dd67c/.tool-versions#L1. - 🤦 I realize now that I was freezing everything...

I'll defer to @felixfbecker, but are you sure that you didn't mean s*r*c instead of s*n*c?

I needed to apply the following diff in order to get `make` to work: ```diff diff --git a/main.tex b/main.tex index a65621d..a02003b 100644 --- a/main.tex +++ b/main.tex @@ -1,5 +1,7 @@...

@sourcegraph/search-core PTAL I have: 1) moved the logic from `main.go` into cleanup.go 2) changed the deletion logic to use zoekt.FilePaths instead of `stat`-ing directly 3) added a new sub-routine to...

@stefanhengl PTAL at my latest commit which tries to factor out the logic. To be honest, I don't like the logic of this shared interface much at all (indexDir and...