Parker McMullin

Results 40 comments of Parker McMullin

I am able to scan JSON just fine using this library. Perhaps the payload is too large for a QR code? They can handle a fair amount, but you can...

I'm having the same issue on macOS.

> This is not fixable in this organization https://github.com/zeromq/zeromq.js/issues/576 Yeah, I read that. I'm sorry to see this happen to you. I understand the security implications mentioned, but I disagree...

This is going to sound a bit strange, but try disabling spellcheck in the HTML. ```html ``` About a year ago this was causing WebKit to crash in our MacOS...

Response from one of the Coda engineers: > Yeah, one second is reasonable in general. > > Most updates should get applied quickly, and the doc should snapshot quickly thereafter,...

For anyone else wondering how to destroy the instance, just do something like `scanner = null;` to signal to the garbage collector that it is not being used anymore. I...

See my comment [here](https://github.com/mebjas/html5-qrcode/issues/839#issuecomment-1804498459)

I have this same issue on 3.4.1 (and in past versions). Also on MacOS Ventura 13.2.1.

v3.3.3, so not too outdated. Here's a [REPL](https://repl.it/@googlemac/Test-DD).

Scoped by default. It would not be backwards compatible unless there were a configuration flag. I think it is beneficial because I've never had a component that wasn't scoped. I...