-
## License Policy Violation detected in qrious-4.0.2.tgz
Library - qrious-4.0.2.tgz
Library for QR code generation using canvas
Library home page: https://registry.npmjs.org/qrious/-/qrious-4.0.2.tg…
-
After some experience trying to print the 1.5 x 1.5'' stickers, a larger border is needed to address normal printer shift that occurs on most printers. A 2mm border should be sufficient to address t…
-
Code that handles user inputs (metadata, txs, qrs) should be improved.
It should not
1. AND, XOR or OR things with random undocumented numeric values such as `0x1000000`.
2. Panic on bad user inp…
-
First of all, many thanks for the great plugin. It took me a while to get it to work on AndroidX, but if you follow the instructions very carefully, it does work.
My problem is that the camera on m…
-
Hi @jrdevgit!
I'm trying to apply @CALCTEXT on the obtained QR field but it doesn't work as I need....
I have a form with the QR reader field and the EM works great!, in the same form I have 3 diffe…
-
Thomas Reske (SIX) informed software partners that the version should not strictly be considered to be `0200` but that code reading the Swiss QR bill payload should be prepared to handle also subversi…
-
Nowadays, when we click on the Send icon, the default screen is the QR code reader and there's the option on the top right to manually input information.
The QR code works well when the person you …
-
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 is too small the encoder may not be able to corre…
-
I am unable to render my project server side because this module uses Blob.
I have found a work around, that doesn't work with webpack by doing the below.
```var QrReader;
if (typeof Blob !== '…
-
The key parameters of RSA algorithm are P,Q and E, you create key by function
`func NewKey(bitSize int, k, l uint16, args *KeyMetaArgs) (shares KeyShareList, meta *KeyMeta, err error)`.
Then I assig…