The Wayback Machine - https://web.archive.org/web/20200624134045/https://github.com/topics/qr-code
Skip to content
#

qr-code

Here are 292 public repositories matching this topic...

ollietb
ollietb commented Sep 1, 2017

I'm getting this error on an application which is scanning multiple QR codes over long periods

Failed to read QR code. Finished up all reserved function pointers. Use a higher value for RESERVED_FUNCTION_POINTERS.

@schmich could you please recompile the script with more pointers as described [here](https://kripken.github.io/emscripten-site/docs/porting/connecting_cpp_and_javascript/Interacti

🔥 ZXing的精简版,优化扫码和生成二维码/条形码,内置闪光灯等功能。扫描风格支持:微信的线条样式,支付宝的网格样式。几句代码轻松拥有扫码功能 ,ZXingLite让集成更简单。(扫码识别速度快如微信)
  • Updated Jun 7, 2020
  • Java
vue-qrcode-reader
gruhn
gruhn commented Sep 8, 2018

I frequently re-introduce bugs I already fixed when releasing new features. I always do a lot of manual testing to reduce this but that's annoying and time consuming. I should really learn how to write automated tests but I don't know how to approach this with this component. How to simulate a camera in a test environment?

Stuff I'd like to have covered somehow:

  • the component should rende
jnjaga24
jnjaga24 commented Sep 19, 2019

My angular cli version details
Angular CLI: 6.2.9
Node: 8.9.1
OS: win32 x64.

On installing the package and including

// Common imports
import { NgModule /* , ... */ } from '@angular/core';

// Import the package's module
import { ZXingScannerModule } from '@zxing/ngx-scanner';

@NgModule({
declarations: [ /* AppComponent ... */ ],
imports: [

    // BrowserModule,
Lester-Lynch
Lester-Lynch commented Jan 21, 2020

In README.md under Usage, function scan (single mode) I'd recommend either wrapping the alert function in a setTimeout as you did in the demo or removing the alert and using console.log. Currently, the alert will not be displayed. This caused me some head thumping until stepped thru a debug and then remembered the demo used the setTimeout.

offline-qr-code
rugk
rugk commented Apr 2, 2019

The module we use (https://github.com/TinyWebEx/AddonSettings) does abstract all the settings of the add-on and by default tries to query the option as a managed option first. Thus, any setting we use, should theoretically be able to be overwritten by an administrator and the user should not be able to change it, afterwards.
The module [for the options page](https://github.com/TinyWebEx/Automatic

Improve this page

Add a description, image, and links to the qr-code topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the qr-code topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.