bluepuma77

Results 58 comments of bluepuma77

Be aware that `scanFile()` uses the `` even if it is not displaying anything. The image to be decoded seems to be taken from this div. So if the div...

I would recommend to put everything in your ejs template: ``` function onScanSuccess(decodedText, decodedResult) { alert("Code scanned = " + decodedText + " " + decodedResult); } var html5QrcodeScanner =...

I am not a big fan of build systems, so I usually do not "import" client side browser libraries. Instead we just have a static version of the JS (like...

Usually the library scans all codes, you can [limit it to certain code types](https://github.com/mebjas/html5-qrcode#scanning-only-qr-code-with-html5qrcode). Make sure your scanning div is not too small.

Did you change the reader div where the camera image is displayed? Be aware that the image to be decoded seems always to be taken from the reader div. So...

I would assume a lot of people just search docker hub for Docker images and find https://hub.docker.com/r/h2non/imaginary Why not 1) keep it up to date or 2) at least leave...

@ItalyPaleAle Sorry, I don't understand, which is an unofficial fork? 1. https://github.com/h2non/imaginary 2. https://hub.docker.com/r/h2non/imaginary/ Github page [clearly states](https://github.com/h2non/imaginary#docker) to use `docker pull h2non/imaginary` (which is on [Docker Hub](https://hub.docker.com/r/h2non/imaginary/)). If the...

We have customers running the SvelteKit client 24x7 in their browser, so we are looking for a solution for this. Our challenge is that we try to do zero downtime...

Any news on Websockets, is there an ETA when Websocket will be easily available within SvelteKit for DEV and PROD? Looking at the [Endpoints docs](https://kit.svelte.dev/docs#routing-endpoints) with its `await db.get(slug)` I...