Merge branch 'release/v14.0.0'
* release/v14.0.0: v14.0.0 Upgrade xo, eslint-config-xo-typescript Update dependencies in-range
Category index page 1 of 40 pages, listing 100 out of 3908 entries in the category git.
* release/v14.0.0: v14.0.0 Upgrade xo, eslint-config-xo-typescript Update dependencies in-range
- A photo of a rainbow flag is used as the website background and `README.md` header image. - The current image is $(1024*681)/(3008*2000) \approx 0.12 \approx 1/8$ the size (in p…→ Full commit message
- Add basic configuration assertion failure messages - Parse and handle non-string configuration values. - Opted not to use `parseValues` from `nconf` through `configvention`, b…→ Full commit message
- Deleting (compiled/binary/compressed) release files from the source code repository. - These files are not referenced anywhere; merely removing clutter. - Not "saving" any s…→ Full commit message
- v14: drop support. - End-of-life of Node.js v14 is 2023-04-30, in circa 2 months. - For some reason, `npm install` fails to complete (on this machine), so dropping support e…→ Full commit message
- 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