Lasse Schuirmann

Results 12 comments of Lasse Schuirmann

Hey, I can confirm that QR code scanning works fine on web for us but barcode scanning doesn't seem to do anything. We're also getting "after 10 second ,web code...

Adding this to my code: `import { EventEmitter } from "events";` yields: ``` Error: Module "events" has been externalized for browser compatibility. Cannot access "events.EventEmitter" in client code. See http://vitejs.dev/guide/troubleshooting.html#module-externalized-for-browser-compatibility...

I can confirm that using https://www.npmjs.com/package/vite-plugin-node-polyfills works as a workaround.

FWIW it would already help new people to even have instructions to run the storybook locally to even know that it exists ;) I've been stumbling around a while with...

FWIW I haven't got it up and running yet, didnt allocate much time to it though

https://github.com/parse-community/Parse-SDK-Flutter/pull/869/files possibly related, but I believe I already use parse_server_sdk 5.1.2 with parse_server_sdk_flutter 5.1.0

Yep, my lockfile is on parse_server_sdk 5.1.2 which should contain that pull request already if I understand correctly

![image](https://github.com/parse-community/Parse-SDK-Flutter/assets/88160672/009b06ca-8445-46f4-864f-3ab95443fc6d) def. shows 5.1.2 but doesn't seem to contain the fix. Cleaning that cache (flutter clean) and redoing pub get doesn't help.

In case anyone finds this and has the same issue, I'm using a workaround where I just add a skip 0 constraint to the whereMatchesQuery, that way we get valid...

(note this is not tested yet)