Russell Steadman

Results 3 issues of Russell Steadman

The macOS code does not transform `VNBarcodeObservation.barcodeDescriptor` to a `BarcodeFormat`, so all codes scanned on macOS appear to be `ean13`, the default. See [the macOS library barcode extraction](https://github.com/juliansteenbakker/mobile_scanner/blob/ff410a16ec7048d88e0d83bb5aed517fbf39664d/macos/Classes/MobileScannerPlugin.swift#L111) for context.

bug
macos
barcodes

# Trusted Types [Trusted Types](https://web.dev/trusted-types/) is a new web API to support script security, and it can be used as part of a `Content-Security-Policy`. ## Problem The recaptcha script injection...

**Describe the bug** When I type checked my files, I noticed quite a few type errors due to inconsistent typings. For example, [Renderable's body](https://github.com/melonjs/melonJS/blob/cbf107291fcf31a4ff5d3d76e7857f8580ede660/src/renderable/renderable.js#L41) references the JavaScript DOM `document.body` type...

Bug