Tarik Eshaq

Results 28 issues of Tarik Eshaq

While running some performance tests for places on iOS, I realized that the best way to keep the data consistent between the databases is to move the same data from...

a part of https://mozilla-hub.atlassian.net/browse/SYNC-3097 Looking at it this morning I realized that in https://github.com/mozilla/fxa/pull/12879 the query parameter was a timestamp. It doesn't make this any more or less complicated beyond...

☢️ Do not merge

Followup to #4826 We created a smoke test for firefox-ios, but we opted **not** to run it in any CI jobs just yet One good approach is to create a...

When creating the focus megazord, we put it in a subdirectory in `megazords/ios-rust` but kept the firefox-ios megazord in the root of `ios-rust`. It could be a good structural improvement...

Example: https://github.com/mozilla/application-services/pull/4945 ┆Issue is synchronized with this [Jira Task](https://mozilla-hub.atlassian.net/browse/SYNC-3172)

``` thread 'db::tests::test_touch' panicked at 'assertion failed: login2.record.time_last_used > login.record.time_last_used', components/logins/src/db.rs:1339:9 note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace ``` https://app.circleci.com/pipelines/github/mozilla/application-services/30481/workflows/822e3c39-6dd5-4dd0-b1ec-29538d630bd9/jobs/133577 for more details on the job that...

in #4933, the dependency summary was checking for licenses for `windows_sys`, `windows_x86_64_gnu`, etc I'm not exactly sure if it should or shouldn't look at those, but filing this ticket for...

tried running this locally on my Intel machine and got a ```sh WARNING: mismatching Java (with 64-bit 64-bit) and system (x86_64) architectures. Make sure this is intentional, or you may...

I've been looking around in the apps, (mostly iOS) and since we only provide a `get_devices` API, [they end up not even looking at the `DeviceCapabilities` at all (at least...

Converts viaduct to use uniffi. It ended up being more straightforward than I thought and I had the capacity so 🤷 The biggest thing to consider is how this impacts...