rboy1
rboy1
Possibly a bug, for the `button` attribute it only shows `gets` as a trigger. For other attributes it shows a whole host of triggers. This limits the way the button...
CCExtractor version: 0.93 # In raising this issue, I confirm the following: - [X ] I have read and understood the [contributors guide](https://github.com/CCExtractor/ccextractor/blob/master/.github/CONTRIBUTING.md). - [ X] I have checked that...
CCExtractor version: 0.89 ``` CCExtractor 0.89, Carlos Fernandez Sanz, Volker Quetschke. Teletext portions taken from Petr Kutalek's telxcc -------------------------------------------------------------------------- CCExtractor detailed version info Version: 0.89 Git commit: 1d7589e653e73ccd9d74c10cfdd611495cdfc443 Compilation date:...
I'm trying to implement a case of multiple request examples as specified in the documentation: ``` # Resource [/resource] ## Create Resource [POST] + request A + attributes ... +...
When streaming audio from another iphones suddenly in between it stops working. The app doesnt "crash" per se, but AirPlay just dissappears onthe other iPhone, the app needs to be...
I've noticed this issue with Yahoo iMAP server. I'm wondering if this is something to do with the yahoo server or something not being handled correct in S22. On doing...
The code is expecting `Translations`, `DetectedLanguage`, `Score`, `To`, `Text` etc in the JSON response. As per the documentation (and what's being returned), the first letter is small caps and not...
CCExtractor version: 0.94 # In raising this issue, I confirm the following: - [X ] I have read and understood the [contributors guide](https://github.com/CCExtractor/ccextractor/blob/master/.github/CONTRIBUTING.md). - [ X] I have checked that...
Awesome plugin, using it with Lua and it works great to identify the pairs (function/end, if/then/else etc). While it's able to identify the pairs, it's not able to "jump" between...
USing Ubuntu 18.10 64bit to build 32bit ffmpeg The current script uses flite 2.1.0 ``` build_libflite() { download_and_unpack_file http://www.festvox.org/flite/packed/flite-2.1/flite-2.1-release.tar.bz2 cd flite-2.1-release apply_patch file://$patch_dir/flite-2.1.0_mingw-w64-fixes.patch if [[ ! -f main/Makefile.bak ]]; then...