Xavier Lange
Xavier Lange
Is the paid-only status of ARM support a deal breaker for this project?
QEMU is so amazingly, painfully slow. And also a huge pain to set up.
You got it, take a look at the various things I've done over the intervening 18 months #10
Does it have to be done with an extension and function?
I need to remap the key of a secret. My kubernetes cluster has a service for provisioning/owning credentials used to access a postgres instance. These are my current set of...
I was able to stand up this branch in my kubernetes cluster with this argo application definition: ```yaml apiVersion: argoproj.io/v1alpha1 kind: Application metadata: name: quickwit-tracing namespace: argo spec: project: quickwit...
I mention this work from a gist blog post on running Quickwit in an EKS Kube cluster: https://gist.github.com/xrl/43aba28f20fd0efbdf2ea3e58e5c5ded
Would it be possible to pretty print strings behind a reference? I'm inside an iterator loop and I have a variable `name: &String` and the Variables pane in the debugger...