sufyanAbbasi

Results 38 comments of sufyanAbbasi

~`i18n` is internationalization but what does `SoC` mean?~ Aha! `Separation of Concerns`!

I found two interesting things... 1. ~`incrementRetryCount()` is only called in the `MediaUploadWorker` for media upload, but not anywhere else. The implication is that retry count doesn't change therefore, we're...

From what I understand, we mark all mutations as having failed when one mutation fails, since the FireStore mutations are done in bulk: in `LocalMutationSyncWorker:121`: `remoteDataStore.applyMutations(mutations, user)`. Since if any...

Unassigning myself for now, since I don't have a full understanding of the mutation/worker/sync model and I don't want to mess it up. But I'm happy to work on it...

Unfortunately, the solution `false` only works on Android >=29, but we are currently targeting 24, most likely for backwards compatibility reasons. It is possible to make a `v29/styles.xml` which will...

I can reproduce your findings by running ipyleaflet in Jupyer-Lab, editing a polygon and hitting save. This does nothing and the console (with breakpoints) shows the following errors: ``` Uncaught...

> @rawbzz Also - if there are multiple jobs which allow "Free form" data collection (i.e. user can add LOIs), how does the user select the desired job after clicking...