markking79

Results 5 comments of markking79

I can confirm your solution worked (on iOS anyways). 1. cordova plugin add cordova-plugin-tts 2. copy https://github.com/vilic/cordova-plugin-tts/blob/master/www/tts.js to /plugins/cordova-plugins-tts/www/tts.js 3. cordova platform rm ios 4. cordova platform add ios 5....

I'm sure others will run into this issue. It's not an issue with this repo, but something that KuCoin requires. Here is code that should help people. Or at least...

I just did a fresh install to check this package out. Laravel 5.8. I corrected this error by modifying: /vendor/panichd/panichd/src/Controllers/TicketsController.php (line 141) REMOVED: $a_select[] = '"" as dep_ancestor_name'; ADDED: $a_select[]...

@tahola Have you been able to test out your fix on a few buys? I use number_format () mostly in programming and can't help but think there was some odd...

@behzadev Nice! I updated the code in the earlier post to use number_format instead of round.