Sullivan

Results 5 comments of Sullivan

Yup me too with Angular 11. I have an error saying "Cannot read property 'stop' of undefined" I try to run whit : "@angular/common": "~11.2.11", "@angular/compiler": "~11.2.11", "@angular/core": "~11.2.11" and...

Ok it works now with : "@zxing/browser": "^0.0.9", "@zxing/library": "^0.18.6", "@zxing/ngx-scanner": "^3.2.0" Good job guys !

try "@zxing/browser": "^0.0.9", "@zxing/library": "^0.18.6", "@zxing/ngx-scanner": "^3.2.0" It works fine with those versions

If you want to make it work with the latest .net versions, you will maybe have to resolve some dependencies issues. In order to resolve them, don't forget to add,...

Hi, You can try to create your own extension method using as a workaround [Channels for buffers](https://learn.microsoft.com/en-us/dotnet/core/extensions/channels). I was inspired by reading [this stackOverflow ticket](https://stackoverflow.com/a/62214265). ```csharp public static class QueryApiExtensions...