Ludovit Scholtz
Ludovit Scholtz
I am getting error with PHP8.2: ``` PHP Fatal error: Array and string offset access syntax with curly braces is no longer supported in /app/vendor/mpdf/mpdf/mpdf.php on line 2349 ``` I...
actually it is the application use case that i am getting that error, but i need the superagent not to crash the app
could someone please merge this pull request?
I have got the same error. I like this component in vue2, but does not work in vue3. 
I have made it compatible with vue3 .. https://github.com/scholtz/qrcode-reader-vue3 ``` npm install --save qrcode-reader-vue3 ```
@gruhn I have not tested vue2 .. i am actually using your project in my old vue2 app ([Covid testing app](https://github.com/scholtz/covid-sk)) 👍
there is demo for the update on input change: https://github.com/scholtz/qrcode-vue3-sample/blob/864df396c9099c1d0f164f09ba984faf3f8c3fa5/src/App.vue#L16 note that if you want to have this feature in vue3 you have regenerate component by adding :key
Image support should be working for long time.. Demo here: https://github.com/scholtz/qrcode-vue3-sample/blob/master/src/App.vue#L12
I cannot reproduce this error.. I have created demo quasar app: Source: https://github.com/scholtz/qrcode-quasar Runs at: https://scholtz.github.io/qrcode-quasar/
Hi, the build of the main branch is deployed to "gh-pages" branch: https://github.com/scholtz/wallet/tree/gh-pages So if you do not know how to use docker, I recommend self host at any webserver...