Sammy Khamis
Sammy Khamis
- [x] Can run tests in a-s using arm64 JDK - [x] Can run tests in a-c (using local published flow) using arm64 JDK - [x] Can run tests in...
Tabs engine is unique in terms of not needing to do reconciliation and dealing with merging with other clients because each client has exactly one record of all the tabs...
Currently when trying to combine ios and ios-rust directories. There is a good oppurtunity to get rid of Glean bundled as a sub module and instead consume Glean as a...
Right now there is currently a problem where our XCFramework is not building arm64 simulator (M1) SQLite. However, everything else is being built correctly. Summary of what I think is...
M1 builds run successfully but unfortunately fail testing any component due to a failing to load a SQLite for arm64e and failing to build/load libxul.dylib for Glean. Steps to reproduce:...
Right now there is an edge case we need to handle to help M1 users who are using rosetta and have built a-s in the past migrate a little easier...
To get SPM working, we needed to bundle SwiftKeychainWrapper with FxA to get it working on iOS. This is really hacky and not an ideal situation. >Summary of problem: Since...
Currently in [application-services](https://github.com/mozilla/application-services), there is an [issue](https://github.com/mozilla/application-services/issues/4921) I filed relating to trying to build binaries for running M1 simulators for iOS. I believe there is an issue where setting/passing the...
Discussion #472 Taking a crack at making a more robust UniFFi CLI that allows for more flexibility as well as potential new tooling for checking environment to ensure success when...
From application-services build-xcframework.sh: https://github.com/mozilla/application-services/blob/e1abe5ad61983f00a8abf1b477afa5470876e484/megazords/ios-rust/build-xcframework.sh#L136-L139 Excerpt: ``` # TODO: it would be neat if there was a single UniFFI command that would spit out # all of the generated headers for...