Gbenga Laxus Medunoye

Results 3 issues of Gbenga Laxus Medunoye

``` componentDidMount() { ... Tts.addEventListener('tts-start', this._onStart); Tts.addEventListener('tts-progress', this._onProgress); Tts.addEventListener('tts-finish', this._onFinish); Tts.addEventListener('tts-cancel', this._onCancel); } _onProgress = (event) => { console.log(event) } ``` on ios this._onProgress works, but its not called on...

I have a task: ``` @shared_task(bind=True, base=Singleton, lock_expiry=10, raise_on_duplicate=True) def encode_posts(self): # do some things, which might take longer than 15s, in which case call encode_posts.apply_async() else: encode_posts.apply_async(countdown=15) ``` the...

I'm using ng-dynamic for a project(ionic 3). when i do build android in development mode it works...but fails with the production flag. This is the error: ``` vendor.js:1 Uncaught TypeError:...