Hristo Nikolov

Results 3 issues of Hristo Nikolov

Hello, I'm getting error when triyng to extend the SwiftUI.Color because of the Color struc extension. "redundant conformance of 'Color'" Thanks in advance! ## Check these before submitting: - [X]...

enhancement

Now in Swift 5 'withUnsafeMutableBytes' is deprecated. var headerBuffer = [UInt8](repeating: 0, count: kCryptoExportImportManagerASNHeaderLengthForRSA); headerBuffer[0] = kCryptoExportImportManagerASNHeaderSequenceMark;

Hello, I'm having a crash in production. I guess it is related to the iOS 17.1 upgrade. Im having this in my crashlog: Thread 1 name: Thread 1 Crashed: 0...