joelpurra (8/41)
Category index page 8 of 41 pages, listing 100 out of 4058 entries in the category joelpurra.
Validate IP address formats
Move documentation, clean code
Simplify/remove functionality
Use environment variables for configuration
Support ipv6
Formatting
Parameterize record type
Format links
Format code
Add sample code links
Import sample code
Initial commit
Fix quoting
Fix quoting
Don't link to external/non-giphy sites
Don't link to external/non-giphy sites
Also randomize from trending gifs to get more variation
Also randomize from trending gifs to get more variation
Switch to API search with client side randomization
Switch to API search with client side randomization
Add script to refresh README.md with random images
Add script to refresh README.md with random images
Add empty README.md
Add empty README.md
Initial commit
Initial commit
Merge branch 'release/v2.0.4' into master
* release/v2.0.4: v2.0.4 Upgrade forked uvc-control v2
v2.0.4
Upgrade forked uvc-control v2
Merge branch 'release/v5.0.3' into master
* release/v5.0.3: (31 commits) v5.0.3 List all zip files after packaging Change descriptive extension name to avoid slash character Move shortcut keys under usage, clean u…→ Full commit message
v5.0.3
List all zip files after packaging
Change descriptive extension name to avoid slash character
Merge branch 'feature/update-documentation' into develop
* feature/update-documentation: Move shortcut keys under usage, clean up Remve example list of voices on macos Prefer bold emphasis over italic Remove donation links Exp…→ Full commit message
Move shortcut keys under usage, clean up
Remve example list of voices on macos
Prefer bold emphasis over italic
Remove donation links
Explicitly relative links to local documentation
Add headers to usage
Remove installation option list
Put voice installation in a table
Put acknowledgements in details
Put features in a table
Reduce html in markdown
Update keyboard shortcut documentation
Update voice installation information
Merge branch 'feature/upgrade-fix-dependencies' into develop
* feature/upgrade-fix-dependencies: Update @google-cloud/translate but not to latest major version Update web-ext Update renamer Update merge-options Update jsonfile U…→ Full commit message
Update @google-cloud/translate but not to latest major version
Update web-ext
Update renamer
Update merge-options
Update jsonfile
Update json
Update eslint
Remove stream-to-promise
Update rollup
Update dependencies
Remove some legacy firefox permissions handling
- Firefox now supports promises for the Permissions API. - Previous callback, which are still in use, variants now throw an error. - The effect coult not be seen in Firefox, as re…→ Full commit message
Merge branch 'release/v2.0.3'
v2.0.3
Upgrade forked uvc-control v2
- 4beedde Add optional `SET_CUR` for `absolute_exposure_time` Fixes #6 See - https://github.com/joelpurra/uvcc/issues/6 - https://github.com/joelpurra/node-uvc-control - https:…→ Full commit message
Add steps to reproduce
Reproducing an error when using `ffi-napi` v3.0.1, and perhaps other versions. Crashes when using Node.js v14. See - https://github.com/node-ffi-napi/node-ffi - https://github.c…→ Full commit message
Merge branch 'release/v2.0.2'
v2.0.2
Add compatible cameras and help wanted notes
Merge branch 'release/v2.0.1'
v2.0.1
Fix broken anchor tag in README.md
Merge branch 'release/v2.0.0'
v2.0.0
Expand commands in DEVELOP.md
Update copyright years
Add demo gif to README.md
Remove hardcoded camera handle closing delay
Add demo script for logitech-c920
Update example output for logitech-c920
Bump version to v2.0.0-alpha.20200901
Add script to update camera example output
Upgrade eslint-config-joelpurra
Use forked uvc-control v2
Merge branch 'release/v1.0.0'
v1.0.0
Support multi-field controls
- Some controls can have more than one field, or "part". - Previously, only the first value was (partially, if at all) supported. - Updates commands to accept one or two values. …→ Full commit message
Split commands to separate files
Merge branch 'feature/use-typescript' into develop
Add timeout for import reading from stdin
Continue converting to typescript
Start converting to typescript
Rename .js to .ts
Add typescript
Merge branch 'feature/code-cleanup' into develop
Use template strings
Document command manager/handler camera helper injection magic string
Guess when a UVC device/camera was not connected
Use human sorting for device listing
Clarify ambigious "name" for controls/commands
Reduce hard-coded delay before closing the camera handle
- The initial value of 1000 was set arbitrarily. - The current value of 50 is also set arbitrarily, but since `uvc-control` v2 uses promises it "should be safe". - May need to be …→ Full commit message