rsclip
Results
2
issues of
rsclip
**background.js** ``` import "./ffmpeg/ffmpeg-core.js"; import "./ffmpeg/ffmpeg.min.js"; import { FFmpeg } from "./ffmpeg/ffmpeg.min.js"; // error here ``` **manifest.json** (relevant parts): ``` { "name": "Example", "description": "Example", "version": "1.0", "manifest_version": 2, "background":...
**Describe the bug** When getting a list of peripherals after scanning, all names are `None` even though they should have names. Other properties are available, only `local_name` is missing. **Expected...
bug