Brian R
Brian R
Seems like there was a race condition style issue on faster systems. (Like the Raspberry Pi 2) Adding an async `forEachOf` seems to fix the issue. Fixes Issue #26
Once I call `amino.start()` can I `stop()` somehow in javascript? Or how can I remove items once added?
Adds current stable electron versions to the TC build utils. Related Issue: https://github.com/mozilla/DeepSpeech/issues/3701
If a response does not include a full JSON response body, the data variable can be null. Which causes an error to be thrown on line 62 when reading the...
## System info **Operating System**: Debian GNU/Linux 11 (bullseye) **Shaka Packager Version**: `shaka-packager version v2.6.1-634af65-release` ## Issue and steps to reproduce the problem I'm running into an issue setting the...
Adding the functionality to create in/out times or frames to trim sources. Source: https://redd.it/6iy5eb
Add a colorpicker control to individual colors in the palette. Mock up using the [jquery-minicolors](https://github.com/claviska/jquery-minicolors) library 
Update `tesserocr` library requirement from local file path to remote URL. Note: GitHub wasn't showing the diff in the code review (I think because it's a txt / binary file)....