- Locally tested script, running on Ubuntu 22.04.
- Confirmed upgrades from Factorio 0.15 to 1.1.
- Requires `docker`.
- Usage and some configuration documented in `README.md`.
S…
→ Full commit message
- Cameras with the same "marketing name" may differ between different hardware implementations, as detected by their USB (vendor and) product id.
- It is unclear if these differen…
→ Full commit message
- Targets `node-usb` `^2.4.1`.
- Includes a fix for infinite delay when listing devices.
See
- https://github.com/joelpurra/node-uvc-control/commits/v2
- https://github.com/joel…
→ Full commit message
Fixes #25.
See
- https://github.com/joelpurra/uvcc/issues/25
- These icons have been in use for years.
- Files were previously not checked in.
- Moved free/premium icon references from root-level CSS to component-level JS.
- Icon data URI:s are still kept in CSS, to hopefully load faster, and referenced by class names.…
→ Full commit message
- Reuses components from the popup.
- Displays the most recently read text, as well as the detected language and resolved voice.
- Buttons to replay the most recent text, and stop…
→ Full commit message
- The previous higher order component (HOC) was not used as such.
- Instead, relabel it as a background event listener.
- Uses a container to inject actions from the shared `speak…
→ Full commit message
- Third-party package information and licenses were already collected in one summary text file per rollup output file.
- This commit includes the licenses in the built webext.
- A…
→ Full commit message
- Was disabled to reduce merge conflicts during development.
- Required for publishing to Mozilla Addons.
- Uses `svgo` to compress SVG files.
- Uses `.svg` files as input, outputs as `.min.svg`.
- Still committing the minified files.
- Some files are used statically, for example fr…
→ Full commit message