Mark Villacampa
Mark Villacampa
If the NTP server I'm using resolves to 4 IPs, then TrueTime will make 4 x 5 = 20 requests. If only one of those requests times out (30 seconds...
One of the classes Xvim depends on (`IDEPlaygroundEditor`) moved from the `IDELanguageSupportUI` to the `IDEPlaygroundEditor` plugin in Xcode 8.3.2. We can workaround it by weakly linking to both plugins to...
Fixes a crash when calling [XCTestObservationCenter addTestObserver:] that would fail an assertion: 'Test observers can only be registered and unregistered on the main thread.' Fixes: https://github.com/pointfreeco/swift-snapshot-testing/issues/661
Version 8.0.0 of `react-native-purchases` bumps PHC to 10.0.0. NOTE: PHC 10.0 has not been released yet. These changes are pending updating the dependency version where appropriate.
Previously, this information was contained in the SK1 receipt. Now, it needs to be fetched as an AppTransaction from StoreKit 2.
Some pages are not returning the 1000 items they should. Is there any way I can debug which items are not being returned and why? ```trakt_tools profile:backup:create Navigate to https://trakt.tv/pin/XXXX...
Version 10.0.0 of `purchases-hybrid-common` bumps the iOS SDK to 5.0.0. - Removed all iOS 13 and equivalent availability checks since we bumped the minimum target. - Exposed new APIs: StoreKitVersion...