Albert Moravec

Results 8 comments of Albert Moravec

I would appreciate having a similar API to `Phoenix.HTML.Link` where you can pass a `do` block that gets passed down as the link's content. Edit: Looks like this is being...

Duplicating the `BLUETOOTH` permission worked for me as well. Couldn't it be that the first occurrence gets merged with another library's definition with `maxSdkVersion` version set and then the second...

Any ETA on fix? It's mind blowing to me how such a fatal bug is just sitting there without any response.

I managed to start a scan which returns no `ScanResult`s even with report delay 0. EDIT: After a few minutes of scanning I managed to receive 1 `ScanResult` out of...

Cannot rule it out entirely, but it's very unlikely, as the scanner got registered successfully (the `onScannerRegistered()` log message would indicate `status=6` and `scannerId=-1` otherwise AFAIK).

Yes, I think deprecating the varargs API and replacing it with one which accepts nullable array makes sense. If the deprecated API then converts empty varargs to null `layerIds` parameter...

Not sure if this can be fixed from Swift side, so I opened an [issue](https://github.com/maplibre/maplibre-native/issues/2939) on MapLibre Native.

I think this might be because the data passed was not a `FeatureCollection`? I got the same exception when I passed `Feature` as data on Android. on iOS and web...