Geoffrey Gilmore
Geoffrey Gilmore
In the K8s clusters that I interact with, I have resources in two namespaces named `prod` and `default`. When I try to autocomplete pod names in the `default` namespace with...
### Plan ### Tracked issues @uwedeportivo: __1.00d__ - [ ] https://github.com/sourcegraph/sourcegraph/issues/14133 Completed: __1.00d__ - [x] (🏁 328 days ago) https://github.com/sourcegraph/sourcegraph/issues/14132 __1.00d__ #### Legend - 👩 Customer issue - 🐛 Bug...
*Forked from https://functionalprogramming.slack.com/archives/C82N1L0MB/p1592337474256100* My team is investigating Dhall to see if it'd be a good way to ship + customize our complex Kubernetes application on our internal clusters and for...
`yaml-to-dhall` seems to simply strip leading `0`'s from octal values when converting them to dhall. This leads to problems when we need to render the dhall back to yaml again....
The [LSP Spec says the following](https://microsoft.github.io/language-server-protocol/specification#textDocument_didOpen): > ... Note that a server’s ability to fulfill requests is independent of whether a text document is open or closed. For example, I...
[COMPOSE_PROJECT_NAME](https://docs.docker.com/compose/reference/envvars/#compose_project_name) defines a namespace that docker-compose prefixes all networks, containers, and volumes with. This environment variable wasn't previously set, in which case `docker-compose` defaults `COMPOSE_PROJECT_NAME` to the `basename` of the...
I wrote this quick script to help me tune all of the `cpu` settings to something my machine can run. I don't know if this needs to be merged, but...
In addition to the metrics covered by [RED](https://www.weave.works/blog/the-red-method-key-metrics-for-microservices-architecture/), [Google's SRE's "Monitoring Distributed Systems"](https://sre.google/sre-book/monitoring-distributed-systems/) recommends also capturing the the duration of _failed_ operations as well. Tracking that separately seems important: -...
This will make it easier to run non-default commands for each of the experimental language server images
This PR bumps our https://date-fns.org/ package to v3 which was just released in December: https://blog.date-fns.org/v3-is-out/. We need this for its new integration with UTCDate (see https://github.com/sourcegraph/sourcegraph/pull/60532) - which is required...