Sinh

Results 34 comments of Sinh
trafficstars

> re-written solution. > > Wirte same `name` property to `useFactory` and `forRootAsync` object > > eg. > > ```ts > TypeOrmModule.forRootAsync({ > imports: [], > name: 'secondary', // this...

I have the same issue on iOS. `registerProcessingTask` is not trigger on iOS.

I have same issue. The image always saved on `/storage/emulated/0/Pictures` folder. The option `savePath` is not working. It's still return in the result but it's doesn't saved. It's seem to...

> I was able to fix this somewhat following the instructions from here: https://tina.io/blog/upgrading-to-iframe/ > > 1. rename schema.ts to config.ts and replace defineSchema with defineConfig > 2. remove wrappers...

I have the same issue. Did you solve @prabhakar1992 @shubham0809200 ?

> I have not been able to find a solution for the problem. I checked by running the command `e -l objc -- (void)[[BGTaskScheduler sharedScheduler] _simulateLaunchForTaskWithIdentifier:@"workmanager.background.task"]`. However, both the predict...

Hello. Did this issue resolve? Or any suggest to solve? Thanks

I found that this issue by load ad. The UI has been blocking when loading ads :((. How can to fix it? 🍡

> Apparently the issue coming from loadAd should be in separate thread > > ``` > new Timer().schedule(new TimerTask() > { > @Override > public void run() > { >...

I did try to load ad in the Couroutines with IO or Main. `lifecycleScope.launch(Dispatchers.Main) {...}` But It's still happening. Is there anyone has facing problem?