David Miguel Lozano

Results 76 comments of David Miguel Lozano

uBlock blocks the loading of `mixpanel.js` which makes the Mixpanel Flutter SDK to throw a PlatformException: ![image](https://user-images.githubusercontent.com/6546265/225383973-7cf96f9f-3a7b-45c6-b687-0d620da255eb.png) My current workaround is to have a wrapper around the Mixpanel SDK with...

This worked to me: ```kotlin val smoothScroll = false viewPager2.setCurrentItem(index, smoothScroll) if (!smoothScroll) { viewPager2.post { viewPager2.requestTransform() } } ```

[sherpa-onnx](https://github.com/k2-fsa/sherpa-onnx) has now an official Dart client: - https://pub.dev/packages/sherpa_onnx

I haven't tried it myself yet, but yes, it's not "out of the box", you have to manage the [TTS models](https://github.com/k2-fsa/sherpa-onnx/releases/tag/tts-models) yourself.

ahh indeed, I see what you mean

Good one, I can do that. In your case, would the third-party api require some kind of authentication?

ah you meant using one-api gotcha. I can add some fields to add custom headers or query params as well in case you want to use a proxy that requires...

Awesome, I'll try to implement it in the following days.

Hey @KennethKnudsen97, thank you very much for the PR! I'll review it this weekend.

Hey @KennethKnudsen97, I reviewed the PR and added some comments, take a look at them and let me know if they make sense to you. Thanks for your work again!