Jonah Hirsch

Results 8 comments of Jonah Hirsch

``` version: "2" checks: argument-count: enabled: true config: threshold: 4 complex-logic: enabled: true config: threshold: 4 file-lines: enabled: true config: threshold: 250 method-complexity: enabled: true config: threshold: 5 method-count: enabled:...

Just want to note for the record: I'm using SSL with an authority signed cert, and that is working.

> Will most existing apps get approved? I just applied and was immediately rejected. No reason was given.

We ran into this same issue when using Sidekiq. The Sidekiq threads don't get the config specified in our initializer. As a temporary workaround we just configured desk inside of...

Just as an update, as a workaround in CI, I ended up hosting my own version of the binary in S3, and am downloading that ahead of time so this...

I've actually implemented the MFA authentication manually for my use case in my Android application. The basic flow I'm using is: * Send user to Tesla Login page * Grab...

If you're not using an application where users can interact with the Tesla website, you'd have to manually POST the login form and handle the response, which I have not...

Yeah Tesla changed their auth recently - I haven't updated this library because my personal use case allows users to sign in via a Browser. I can look into implementing...