andig

Results 2128 comments of andig

Cross-ref https://github.com/hasura/go-graphql-client/issues/38. As of now I'm totally lost with old vs new. Seems the Go landscape has server, but is missing client support for the "new" `graphql-ws` from what I...

https://github.com/hasura/go-graphql-client meanwhile has support, too.

Looking at https://github.com/pocket-apps/action-update-version/blob/master/src/main.ts I would suggest to switch order: - update version first - then check for token/email - abort if token/email are empty

Our implementation of the MFA login is currently broken. Probably due to https://github.com/timdorr/tesla-api/issues/374

I don‘t know if thats required, but may be (Owners api). In Go, I‘d suggest to let the url Library do the escaping instead of writing escaped strings directly as...

You need the token to login. User password didn‘t work for a long time.

It doesn't and it likely won't. Tesla Vehicle Commands is a separate API.

It will as long as the owners api works.

https://github.com/teslamotors/vehicle-command comes with a Proxy that allows you to do this- I assume that's what Tessie is using. One difference is that it uses VINs instead of vehicle IDs. Not...