ln-12

Results 138 comments of ln-12

I am using this library for now which works great: https://github.com/alialbaali/Kamel/pull/14#issuecomment-1150598198

I think that I found the cause of the problem. The `connect()` method was called two times in parallel. Depending of the execution speed and order, the call sometimes hung...

Alright, thank you. For comparison, here the connection also fails but the `connect()` call does not block forever as above with the exact same code: ```swift [DEBUG] ===== CONNECT =====...

Ah, I see, thanks for that hint. Bluetooth is such a pain to work with :D

Hey, I got the same error which is initially shown, the output of `platform.machine()` is `'arm64'` for python 3 on my machine.

I'm also having this issue. In my case this always happens, when I want to enter the popup window mode on samsung devices as described [here](https://www.phonearena.com/news/How-to-use-Pop-up-View-mode-on-the-S7-or-S7-edge-with-the-Nougat-update_id90354) and [here](https://developer.samsung.com/samsung-dex/modify-optimizing). Surprisingly the...

I opened a ticker on the issue tracker (as this problem is not specific to the maps sdk) for anyone that might be interested: https://issuetracker.google.com/issues/257110114 Edit: the issue was closed...

@proninyaroslav I case of the webview, I simply provide the saved view instance via the factory parameter. The url is set from my view model inside the web view state...

Is this issue still relevant or can I close it?

Unfortunately, I am no longer working on the project which used this library, so I can not test it additionally :/