Christoph Herzog

Results 151 comments of Christoph Herzog

Same issue here on NixOS. I assumed this was a missing library since that's usually the problem on Nix, but if Ubuntu has the same issue that might not be...

Ah, in my case I was missing `libGL`.

There is a related (closed) issue in k8s-openapi: https://github.com/Arnavion/k8s-openapi/issues/76 Seems like they don't want to support this.

FWIW, here is an implementation for pod metrics that works for me with `Api`: ```rust #[derive(serde::Deserialize, Clone, Debug)] pub struct PodMetricsContainer { pub name: String, pub usage: PodMetricsContainerUsage, } #[derive(serde::Deserialize,...

@neelance @nicksrandall I would really need this feature. It's quite essential for properly optimizing DB queries.

@neelance what's the decision on this? Is the new way final and just blocked on you finishing the work?

I just ran into this. Maybe the README should mention that the CLI only supports nightly right now.

Oh, actually I just noticed: even on nightly the built binary does not work! It only works with `cargo run`. Executing `target/debug/graphql-client` still gives the same error.

Mhm, I was definitely getting the wrong response data for the first defined query though which is the only reason I checked the generated code. Maybe the wrong operationName was...

Hey @tomhoule , the offer definitely still stands and we'd love to work together. If you are OK with the move, you'll have to make me (or LegNeato) an admin...