Daniel Jilg
Daniel Jilg
## Expected Behavior After a pull that changes the React Navtive source, JS files should be rebuilt. ## Actual Behavior They are not. This leads to an error in React...
Trackers in English are easy, but the german localization uses these words for trackers: - Tracker - Aktivitätenverfolgung - Verfolger - and more Pick one word (maybe talk to Dominik)...
The following tests fail on CI and have been disabled: ``` Failing tests: ClientTests: ProfileTest.testNewProfileClearsExistingAuthenticationInfo() TestBookmarks.testNewProfileClearsExistingAuthenticationInfo() TestFavicons.testNewProfileClearsExistingAuthenticationInfo() TestHistory.testNewProfileClearsExistingAuthenticationInfo() SharedTests: AuthenticationKeychainInfoTests.testEncodingAndDecoding() AuthenticationKeychainInfoTests.testNilIntervalsArentZero() ``` Investigate the reason behind the failure and fix...
The class `GCDReadWriteLock` in `ReadWriteLock.swift` throws deprecation warnings, specifically: ``` 'OSAtomicCompareAndSwap32Barrier' was deprecated in iOS 10.0: Use atomic_compare_exchange_strong() from instead ```
I'm trying to compile and test a Swift Project that includes XCTestParametrizedMacro. While it compiles and runs correctly on my Mac, it fails to compile inside various CI environments I'm...
Similar to https://github.com/TelemetryDeck/FlutterSDK/blob/main/.github/workflows/set-version.yml , create an action that increases the version number. Also update the Readme file to point at that action.