Bahrom Jabborov

Results 7 comments of Bahrom Jabborov

> I try to save data on the main thread and read the data in an isolate. even when calling .flush() it is not working. is there any way to...

I had the same issue. My solution was creating MyApp class on the android side. ``` class MyApp : Application() { override fun onCreate() { super.onCreate() MapKitFactory.setApiKey("API_KEY") } } ```...

Please dear team pay attention to this bug. it's really bothering projects

I'm sorry for not getting back to you sooner. I see that the pattern involves usernames being in the Cyrillic alphabet.

Guys, I've traced that in two of our clients' machines this bug occurred. I think this is because of using non-ASCII character in username of laptop as you've guessed. Pls,...