Carl Raymond
Carl Raymond
I have implemented your fix, and created a pull request from it. Thanks for posting the solution. I encountered the same problem, and you saved me a lot of time.
Thanks, but I'm afraid I'm not qualified for that. I only started using the project last week. However, it's a possibility in the future if I generate more updates.
I'm afraid I don't know what's going on. I don't have an iOS device, so I would have to use a simulator as well. A quick search on Chrome event...
Out of curiosity, what card reader are you using with iOS? I didn't think any would work.
I think it's very unlikely that you'll find a processor that will just accept a list of card numbers you collect this way. From what I know of it, the...
I tried that sequence in a test case, and the generic parser matched it. The fact that you're seeing an alert means that the success callback was invoked - that's...
Thanks for the contribution. However, it doesn't look like your parser will return null when the data doesn't fit the format. That's necessary so that multiple parsers can be tried...
I just published a minimal example at https://github.com/CarlRaymond/html-webpack-plugin-issue1848 with instructions to make it fail and succeed. Thanks!