Results 656 comments of Eric Blade

having not received any reports of obvious Android issues in a year now, I'm thinking this problem was resolved in a Chrome update. If anyone has an issue, lmk, open...

yep, that should be same as the one i linked to (though they might've done more work to it since). unfortunately, it was a huge amount of changes in one...

I started to mess with TS in the attempt at integrating external reader code.. but I haven't really touched any of it in the main repo. This is a pretty...

There are many problems with doing the entire thing at once, one of which I'm really highly concerned with, is that until the test suite is considerably better than it...

types added for ImageWrapper and SubImage, works in VScode with quagga2-reader-qr

@jogibear9988 i've just added a few commits that should get this pretty close to running with typescript. https://github.com/ericblade/quagga2/pull/87 I've got an issue right now where i can't get the tests...

FWIW, Domratchev's commits continue using babel-loader, whereas I switched it to use awesome-typescript-loader . . . which was incredibly painless for the main source code, but there's definitely something odd...

typescript branch is now using babel-loader with @babel/typescript plugin, per https://iamturns.com/typescript-babel/ doesn't support real-time type checking directly (i think there's a command in that blog post that says how to...

wow, that was quite a task, but the typescript branch now has running typescript support for both main code and tests. Probably a good time to have a good look...

closing this out now, a large portion of the codebase has become typescript now, and another large portion i'm working on right now. I'll probably make separate tasks for pieces...