Péter Babják
Péter Babják
npm uninstall @kolkov/angular-editor and after npm install @kolkov/[email protected] helped me :)
> Following scenario: I uploaded a new version to TestFlight and brought it to AppStore, then it takes up to one day, until the caching system gets the real last...
> > > Following scenario: I uploaded a new version to TestFlight and brought it to AppStore, then it takes up to one day, until the caching system gets the...
Yes, you can use it easily. In app.module.ts (before you have to config TranslateModule): providers: [ TranslateService, { provide: CUSTOM_ERROR_MESSAGES, useFactory: CustomErrorFactory, deps: [TranslateService], multi: true } ], xy.ts: export...
I have built a timeout on future, but i think it is not the best solution because: if i set the duration to low, user doesn't has enough time to...
I'm awaiting the future on the main event as: await characteristic.write([1, 3, 1, 2, 0]).timeout(....) If timeout is not specified on the future and bluetooth authenticate run to error, future...
> That sounds like you are causing the blocking behavior. Aside from changing the control flow to use .then, I think it is just up to you to write better...
> Thanks for your answer. So what I can do is wait patiently maybe someone fix this problem :)