Lin Meyer

Results 23 comments of Lin Meyer

Hey @tintoy I'm unfortunately still getting the same error when using this branch (#138)

Ah I wasn't, but with that added I am getting a different error for both the custom resource and HorizontalPodAutoscalers which was previously working: HPA: ``` Cannot find resource API...

ahh got it, yeah this was a while ago I think there were no statically typed options for HPA v2 so I ended up using the dynamic client. I forget...

Awesome thanks! Appreciate the quick turn around time on that, and the tip for the custom models is great too. Right now I just need the labels from the CRD...

Same here, we use read-only containers in Kubernetes but we mount a writable `/tmp` directly. ASP apps seem to use this by default so that works, but both `DOTNET_CLI_HOME` and...

First attempt was this: ``` var test = scene.queryLayerAll(); JSON.stringify(test); VM6296:1 Uncaught TypeError: Converting circular structure to JSON --> starting at object with constructor 'WireCollection' | property 'parent' -> object...

I'm using Docker for Mac and I had to use the privileged flag on my container (`docker run --privileged ...`) as well as when creating the shell (`docker exec -it...

No plan for me, I think the bluetooth drivers would be difficult with docker but I'd be open to a PR if somebody can figure it out!

Hmm interesting, Tilt isn't doing much here. Just a typical Python HTTP call. Can you run this command from the Raspberry Pi: ``` curl --verbose "https://log.brewfather.net/stream?id=XxXxXxXxXxXx" -X POST -H "Content-Length:...