-
In der „Festlegung des BMF zu Detailfragen RKVS“ steht auf Seite 49, dass der QR-Code nach Standard: „JIS X 0510:2004“ erstellt werden soll.
Soweit wir recherchiert haben, ist das ein Micro-QR Code…
-
My config is as follows:
- ESP8266 -03 modules
- Regulated 3.3v supply - arduino style battery input/USB regulator thing
- 3.3v FTDI USB:serial converter
On my first module I successfully compiled an…
-
Sometimes server cannot get qrcode immediately, even waiting more than 10 minutes, because the following pic:
![image](https://user-images.githubusercontent.com/6419514/27921848-ad1801ec-62ab-11e7-…
-
``` python
>>> import segno
>>> qr = segno.make('')
>>> qr.version
'M3'
>>> qr.mode
'byte'
```
Shouldn't we expect version "M1" in "alphanumeric" mode?
heuer updated
8 years ago
-
``` python
>>> import segno
>>> from segno import writers
>>> qr = segno.make('test')
>>> qr.designator
'M3-M'
>>> qr.mask
3
>>> writers.write_svg_debug(qr.matrix, qr._version, 'issue-3.svg')
```
heuer updated
8 years ago
-
Try to have 21x21 blocks, instead of 25x25.
Consider encoding channelID on 4 chars instead of 5, if it helps.
Try different values of `correctLevel` when calling qrcode.js .
Try if specifying "numeric…
-
- What did you do?
I ran the command `/users/pikachuexe/.rvm/gems/ruby-2.3.3/bin/bundle `
- What did you expect to happen?
I expected Bundler to update my gems
- What happened instead?…
-
Remember to follow the [pre bug report](https://github.com/caskroom/homebrew-cask/blob/master/doc/reporting_bugs/pre_bug_report.md) guide beforehand. Failure to do so might get your issue closed.
#…
ghost updated
7 years ago
-
First of all, thank you so much for awesome API!
This is amazing!
I have implemented img tag using API but generated Micro QR code doesn't scan if the text is 5 digits numeric.
For example, 50041 do…
-
I have downloaded the latest stable version of your Android app, but I found some barcodes cannot be identified by your app. they are:
https://en.wikipedia.org/wiki/File:MicroQR_Example.png
https://en…