Long Zheng

Results 31 comments of Long Zheng

This works great, thanks.

I want to confirm if anyone else is seeing this behaviour when using the streaming API in a third-party app like Teslamate while also using the (official) Tesla mobile app....

@45kb Fair enough. If you find the version where it was working (or the commit that broke it), I'd love to apply it locally to my dev!

Yeah I spent a few hours trying all sorts of CSS hacks and tweaks to get it to behave correctly but unfortunately I didn't have any luck. I'm a little...

Besides the solution I proposed initially, you could use JS to first remove the `position: relative` on the parent, observe the width of the `` with the min-max CSS restrictions,...

@45kb Any new ideas on this?

I honestly don't think there's another way.

I was also able to confirm if I enable `disableRedirect`, then the response cookie is correctly stored and sent in subsequent requests, however obviously I'd need to manually handle the...

Also I only tested on iOS. Not sure if this affects Android.

In my project I've worked-around this by - enabling `disableRedirect` - handle HTTP redirect status codes in http rejection - extract URL from `Location` header - call the redirected URL...