Craig Ringer

Results 109 comments of Craig Ringer
trafficstars

cscope support seems to be present in the 'tags' extension, at least if your vimrc contains: ``` set cscopetag ``` If I just: ``` let g:ctrlp_extensions = ['tag'] ``` then...

### **Not** a use case: top-N sampling Prometheus struggles with use cases where the number of distinct values for a label are very high but only the top-N for some...

Since I work with PostgreSQL, I sure wouldn't complain. But honestly I'm not sure a SQL db is an optimal store for largely free-form metrics of this nature. PostgreSQL at...

@alanfranz The issue here is that the normal user invoking the build can not delete the files produced by `docker-rpm-builder` . This is a problem when, say, running in a...

IIRC I did indeed test setgid. I'll have to double check, it's been a while. A manual clean pass is possible via a command in a docker container, yes. Bit...

@deryann Doesn't look like it, based on output from `az acr repository show` It doesn't help that the `docker` CLI fails to expose a useful way to do this, so...

The outfit I've joined is running an elderly fork of the k8s controller to support `--enable-alpha-plugins` behavior - so yes, very very much so.

This is a common need whenever someone has operators that don't have full CRDs. For example, the OpenTelemetry Collector has a resource ``` apiVersion: opentelemetry.io/v1alpha1 kind: OpenTelemetryCollector ``` but the...

By contrast here's some bash code I wrote to use `kubectl port-forward` as it stands now. ``` # Start a kubectl port-forward and wait until the port is active #...

It'd be reasonable to separate this into two issues, too: * Write the ports to a json file * Daemonize after port-forwarding is established