Daniel Jilg

Results 146 issues of 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...

Priority/2
Type/Chore
Browser Core

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)...

Status/Needs details
Priority/2
Feature/Browser

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...

Priority/1
Type/Chore

The class `GCDReadWriteLock` in `ReadWriteLock.swift` throws deprecation warnings, specifically: ``` 'OSAtomicCompareAndSwap32Barrier' was deprecated in iOS 10.0: Use atomic_compare_exchange_strong() from instead ```

Priority/2
Type/Chore

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.