-
By using the Boilerplate/Rust application and changing the file name in `ui_menu_main` function from
![qrlink](https://github.com/user-attachments/assets/cf4fd5ee-af9f-4b48-99ca-87870cd65ec0)
`…
-
This works with `qrcode` 7.4.2.
```bash
# pip install qrcode==7.4.2
Collecting qrcode==7.4.2
Downloading qrcode-7.4.2-py3-none-any.whl.metadata (17 kB)
Collecting typing-extensions (from qrco…
-
This library is having problems with latests version of svelte, any timeframe when it will be upgraded ?
npm error Found: svelte@5.1.0
npm error node_modules/svelte
npm error dev svelte@"5.1.…
-
We need help upgrading `rzeldent/esp32_smartdisplay` version to its latest tag, currently [@2.1.0](https://github.com/rzeldent/esp32-smartdisplay/tree/2.1.0).
We must upgrade all direct `lgvl` call…
-
Since we've already generated a QRCode *from* the clipboard, why not have a button that allows copying the image itself *to* the clipboard for purposes other than scanning?
Per a review from [ronny…
-
I am just learning how to use this python module, so I may not be using it as intended, but it does seem like some error is not being handled appropriately. Here's my code:
```
import qrcode
import…
-
Hi, I'm trying to use `zxing` in a project where I need to split some information over multiple qr codes.
I cannot decode the following image (27 qr codes containing meaningless strings like "AAAAAAA…
-
## Type of issue
[x ] Bug
[ ] Question (e.g. about handling/usage)
[ ] Request for new feature/improvement
## Expected Behavior
I'm trying to generate a version 8 QR Code to share an URL,…
-
The issue can be reproduced by introducing an invalid "image" path for the QR Code Config.
If done, the await qrCode.getRawData("png"); will never resolve.
I am sending that issue evn if the fix i…
ghost updated
1 month ago
-
wondering what I am doing wrong, I am attempting to compile the example in my Arduino UI
https://github.com/ricmoo/QRCode/blob/master/examples/QRCode/QRCode.ino
I have installed the library usin…