kodecharlie

Results 3 issues of kodecharlie

If you have an Integer container in java code -- for example, List during the rainbow styling, the Integer keyword is lower-cased: List and a spurious trailing tag surfaces at...

The problem is that an invocation of `BrowserMultiFormatReader.reset()` never results in a call to `BrowserMultiFormatReader.reader.reset()`. Here's the current snapshot of BrowserMultiFormatReader: export class BrowserMultiFormatReader extends BrowserCodeReader { protected readonly reader:...

bug
no-issue-activity

I've set up a simple vueJS (3.x) component for barcode-scanning: ``` import { StreamBarcodeReader } from "vue-barcode-reader" export default { name: "ScanBarcode", components: { StreamBarcodeReader }, methods: { onDecode(result) {...