Honza Pobořil
Honza Pobořil
I found info about this requirement (dictionary size in gzip) here: https://docs.micropython.org/en/latest/reference/packages.html#distribution-packages > 4. 2. 2019 v 11:14, Mitchell Currie : > > I'm about to create a new minor...
Currently my upip can not install anything and I do not know why. :-)
I tried it on Unix. And it seems the issue is for all packages, not only wifimanager. Jan Pobořil https://honza.poboril.cz/ 6. 5. 2019 v 3:24, Mitchell Currie : > That's...
How is it send exactly? Can you send here whole message source? (Version send from localhost and from Vercel.)
Maybe switch to GTP-4o help as it has 128 000 tokens context window. https://platform.openai.com/docs/models/gpt-4o
On the same page I see also CORS issue: 
Testing it with the last commits from the main (checked out this PR and merged main) and it works on the web, but iOS (and possibly Android, not tested) was...
@robingenz Why you choose the ways with passing custom videoElement in the options? [Other similar plugin](https://github.com/capacitor-community/barcode-scanner/blob/main/src/web.ts#L206) creates video element in the plugin, so for developer the web plugin works similarly...
Hi, I’ve just rewrote it to the updated API and changed web plugin to automatically create video element, so options are consistent to the native plugins. My PR: https://github.com/capawesome-team/capacitor-mlkit/pull/211
Hi, I’ve just published my PR for this: https://github.com/capawesome-team/capacitor-mlkit/pull/211 It also works well with the https://www.npmjs.com/package/barcode-detector polyfill which I choose for it’s easy usage event with offline capability.