stefanfessler

Results 42 comments of stefanfessler

same with RC, maybe a fix is needed here!

Same for Beta 1. Can confirm `DefaultsSerializable` is not compiling for eg. an enum `JZHourGridDivision` in https://github.com/zjfjack/JZCalendarWeekView. extension JZHourGridDivision: DefaultsSerializable {} --> error: Type 'JZHourGridDivision' does not conform to protocol...

look's like a duplicate of https://github.com/sunshinejr/SwiftyUserDefaults/issues/285

same with RC, maybe a fix is needed here!

added a PR https://github.com/devicekit/DeviceKit/pull/313

hey, @Zandor300 sorry for directly asking but would it be possible to also provide a dynamic version? thx

the problem could be related to this: if the item already exists it has to be deleted first //removing item if it exists SecItemDelete(query as CFDictionary) https://coderedirect.com/questions/209955/adding-private-key-into-ios-keychain

if you add to the apple example app: https://developer.apple.com/documentation/localauthentication/accessing_keychain_items_with_face_id_or_touch_id to line 104 in ViewController //removing item if it exists SecItemDelete(query as CFDictionary) the example work's...

thx @DmitriyKirakosyan, can I somehow see the progress (ticket)? Also for https://github.com/microsoft/appcenter-sdk-apple/issues/2298 ?