Chris Bell

Results 5 comments of Chris Bell

Thankfully dealing with small numbers in production right now, looking like it's affecting around 3% of barcodes generated thus far. We're using https://github.com/soldair/node-qrcode to generate the barcodes. I'm still at...

We've also stumbled into this around the same time. It's replicated by having the QR code process in a web worker as part of a video stream - and leaving...

I've tried a lot of things to work around this and the only solution I've found is to strip out the web worker entirely. Instead I'm debouncing the jsqr call...

tliebig - I think this is a jQuery version issue. I too was using 1.8.1, and was having problems with centre alignment in IE8 after resize. I changed my jQuery...

@louisremi I'm not exactly sure where the issue lies, but I know that by reverting my jQuery version it appears to have resolved the problem. I'll try dig deeper and...