Rolandas Razma
Rolandas Razma
URLMatcher.match incorrectly matches empty url's. If you pass "" to match it will return wildcard paths for example: ``` "" will match "/anything/" "/anything" will match "/anything/" and is incorrect...
I'm sure I'm doing something wrong, could you point me right direction please? Im trying to read signed value but not sure how to correctly read negative one. I added...
While trying to write better test for https://github.com/apollographql/apollo-ios/pull/552 I discovered that if `ApolloClient` released before` GraphQLQueryWatcher` app will crash with trace: * thread #7, queue = 'com.apollographql.ApolloClient', stop reason =...
Added to WatchOS target using swift PM, but getting "Use of unresolved identifier 'OAuth2Authorizer'/OAuth2CustomAuthorizer" error /OAuth2/Sources/Flows/OAuth2.swift:80:16: Use of unresolved identifier 'OAuth2Authorizer' /OAuth2/Sources/Flows/OAuth2PasswordGrant.swift:70:61: Use of unresolved identifier 'OAuth2CustomAuthorizer'
Sometimes I get "pointer being freed was not allocated" error on device when trying to access keychain. Can't replicate it reliably so not sure if its iOS (11.3.1) or something...
Is there way to add ability to download WWDC2010/WWDC2011/WWDC2012 videos? They were available also. https://developer.apple.com/videos/wwdc/2010/ https://developer.apple.com/videos/wwdc/2011/ https://developer.apple.com/videos/wwdc/2012/
### Your environment: * Xcode version: 12.5 * Trace SDK version: 1.7.30 * Installation method: SPM * iOS Version: 14.0 * Swift Version (Optional): 5.3 #### Steps to reproduce: SystemConfiguration,...