Jason Goecke

Results 7 issues of Jason Goecke

When I attempt to compile the Go example here: https://gist.github.com/jsgoecke/3ded0b03241ea8524957 I get this output (w or w/o CGO_ENABLED 0): CGO_ENABLE=0 GOARCH=arm GOOS=linux go build -o builds/cyclonWater cyclonWater.go # runtime/cgo clang:...

Pull request came without a test, will need to add a test for it.

%@/api/1/vehicles/%@/command/front_defrost_on %@/api/1/vehicles/%@/command/front_defrost_off %@/api/1/vehicles/%@/command/rear_defrost_on %@/api/1/vehicles/%@/command/rear_defrost_off

enhancement
question

https://teslamotorsclub.com/tmc/posts/1591755/

### 🚀 The feature LM Studio (https://lmstudio.ai) allows for easy downloading and running of model off of Huggingface locally. While it ostensibly is supporting the OpenAI API, when I use...

I have everything working with the framework fine, except some of the content renders twice on the web page. I am not attempting to render twice, AFAIK, so thinking this...

When I try your example with a valid email/password as follows: ``` ruby require 'tesla-api' tesla = TeslaAPI::Connection.new("email", "pass") mycar = tesla.vehicle p mycar ``` I get a 500 error...