Richard Abrich
Richard Abrich
The call to `canvas.toDataURL()` omits the second parameter for controlling the image quality: https://github.com/VinceG/vue-web-cam/blob/42d9b6e3a830e19e1d83d50ca2d80487c056a88f/src/webcam.vue#L267 From https://developer.mozilla.org/en-US/docs/Web/API/HTMLCanvasElement/toDataURL > canvas.toDataURL(type, encoderOptions); > ... > encoderOptions Optional > A Number between 0 and...
https://github.com/AlphaAtlas/VapourSynthColab/blob/7dbf6c4732cb8913354ad0b04c87d74b10587140/VapourSynthColab.ipynb#L728 ``` ffmpeg-y ``` Should read: ``` ffmpeg -y ```
Hello, Thank you for making this open source! I'm relatively new to MapBox. Could you please clarify what is the difference between this implementation, and the example at https://docs.mapbox.com/mapbox-gl-js/example/3d-buildings/ which...
Thank you for open sourcing your code! However, I am unable to locate the paper upon which it is based. Would you be able to upload "End-to-End Supervised Lobe Segmentation"?...
Hello, Thank you very much for making this available! Do you have a list of features to implement that you could share with those who might want to contribute? Here...
This PR is based off the implementation in https://github.com/moses-palmer/pynput/tree/feature-injected, but contains modifications to support callbacks with type hints, and works on the latest version of MacOS (directly importing `CoreFoundation` and...
Hello, Thank you for putting this template together. We are using it to build a mobile web app. This web app needs to connect to the device's camera. We would...
Fixes a `pickle` serialization error (TODO: document).
**Describe the bug** running `python3.8 examples/lifecycle_hooks.py` generates an exception: `ImportError: cannot import name 'Events' from 'gooey'. **To Reproduce** Steps to reproduce the behavior: 1. `git clone https://github.com/chriskiehl/GooeyExamples.git` 2. `cd GooeyExamples`...
- [x] OS: MacOs 12.0.1 - [x] Python Version: 3.9.14 - [x] Gooey Version: git+https://github.com/chriskiehl/[email protected] - [x] Thorough description of problem: In `on_success` and `on_failure` callbacks, only the state of...