Edward McFarlane

Results 90 comments of Edward McFarlane

elm-package.json: ```json { "dependencies": { "NoRedInk/elm-decode-pipeline": "3.0.0

@gdotdesign is something wrong with the elm-package.json?

Its due to `elm.json` instead of `elm-package.json`.

Can be set on the clients grpc options and the http handlers like: ``` conn, _ := grpc.Dial(addr, grpc.WithStatsHandler(&ocgrpc.ClientHandler{}) mux := &ochttp.Handler{Handler: runtime.NewServeMux()} servicepb.RegisterRouteHandler(ctx, mux, conn) ```

@syndbg thanks, i've applied the changes locally.

I've started to look at applying these API bindings here: https://github.com/afking/starlarkproto . Only have basic message construction but will update to support the full API soon.

Found the issue on our side, we are in the process of moving tables to have an OAuth connection. Is there a way for spectacles to use the service account...

@Sanwel which queries are you having issues with?

Solved the issue by running kubectl as a sidecar to grafana. Would be nice to use without kubectl api access though. ```yaml - name: kubectl image: lachlanevenson/k8s-kubectl:latest command: - kubectl...