Qandeel Abbassi

Results 6 issues of Qandeel Abbassi

Created a singleton object `ExcludedMediaSingleton` which provides getter and setter methods for `excludedImages` and removed the `excludedImages` list from `ImagePickerConfig` to avoid `TransactionTooLargeException `

I recently encountered a crash when using `.exclude(ArrayList)`. The crash only happens when the ArrayList is too large. May be because the library uses parcel to serialize and transfer the...

enhancement
help wanted

Changing the value of removePointModifier to CesiumEventModifier.SHIFT has no effect on PolylinesEditorService or PolygonsEditorService. The default option (simple right-click) still remains active. But if I change the modifier to say...

I have following live query for subscribing to class objects that do not belong to current user: ``` ParseQuery parseQuery = ParseQuery.getQuery("myclass"); parseQuery.include("user"); parseQuery.whereNotEqualTo("user", ParseUser.createWithoutData(ParseUser.class, ParseUser.getCurrentUser().getObjectId())); SubscriptionHandling subscriptionHandling = parseLiveQueryClient.subscribe(parseQuery);...

Please see this line : https://github.com/leforthomas/cesium-drawhelper/blob/master/index.html#L78 . I think billboard collection should be created only first time, rather than creating it again and again for every new marker. If i...

## Environment - Xcode version: 15.3 - iOS version: 17.4 - Devices affected: - Maps SDK Version: 11.1.0 ## Observed behavior and steps to reproduce ModelLayer disappears abruptly on panning...

bug :beetle:
auto-triaged