Adam

Results 85 comments of Adam

@timdorr there is an issue with the `option_codes` retrieved from the API. The same codes show for all of my cars, model x or model 3 are showing the same...

@timdorr Would you please elaborate more?

I tried the streaming API recently and it still doesn't work.

The only thing that worked for me is setting a timeout before resetting the recaptcha `setTimeout(() => recaptchaRef.current.reset(), 500);` Not the best approach, and not 100% crash-free but it doesn't...

The most time consuming task here - in my opinion - is how `shadcn` does not separate container classes and text classes. in HTML it's valid to write ```test``` but...

I solved this issue using a `sleepAsync` function. The bottom sheet needs to be fully closed before any rendering changes happen on your screen, otherwise it pops back up (for...

We just updated how /packages are used, we'll update the docker file soon :)