Michael Francis
Michael Francis
I'm using dokku to deploy dev/staging/production environments for my app and I'd love a way to have the databases named based on the environment. I'm not sure what the best...
Not super urgent, but as my company uses both benthos and knative, we're evaluating using benthos inside knative instead of as a "normal" Kubernetes deployment. We have two use cases...
I've been hacking on this today "in anger" because I was trying to get nix-index working on my m1 mac but it doesn't due to haskellPackages not evaluating: ``` $...
Part 2 of my quest to solve #152, update the error library.
Now that we support [injecting variables into the pod ](https://github.com/open-telemetry/opentelemetry-operator/pull/832) I'd like to use this functionality without deploying the sidecar. Reason being, my company writes most of its services in...
**Describe the bug** We use Ambassador in front of the Apollo Router, which uses envoy internally, and so we have it configured to propagate Zipkin B3 headers to downstream services....
I was trying to add my dell machines to a serverclass and I noticed when I run `kubectl get servers` the server information wasn't setup correctly: ``` - apiVersion: metal.sidero.dev/v1alpha1...
So this is a strange issue. It seems like if `"logicalType": "uuid"` is set, it parses the value next field instead of the existing one. Take a look at this...
I was trying to build rover in nixpkgs, where we prefetch the schema and hash.id since otherwise the build would fail. I noticed though even though the file existed it...
I'm trying to write some quick example code using rust + opencl, I'm pretty new to rust but when I run ``` rust let (device, ctx, queue) = opencl::util::create_compute_context_prefer(opencl::util::PreferedType::GPUPrefered).unwrap(); let...