Skip to content
View esnssr's full-sized avatar

Highlights

  • Pro

Block or report esnssr

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. api-design-cph-cocoa api-design-cph-cocoa Public

    Swift

  2. PurrrfectImages PurrrfectImages Public

    Swift

  3. infection infection Public

    C

  4. FormatStyle Example FormatStyle Example
    1
    public extension FormatStyle where Self == TimeFormatStyle<FloatingPointFormatStyle<Double>> {
    2
    
                  
    3
        static var time: TimeFormatStyle<FloatingPointFormatStyle<Double>> {
    4
            TimeFormatStyle(baseStyle: .number, countDirection: nil, formatter: .timeFormatter)
    5
        }
  5. `AsyncStream` periodicTimeValues for... `AsyncStream` periodicTimeValues for AVPlayer
    1
    import Foundation
    2
    import AVFoundation
    3
    
                  
    4
    public extension AVPlayer {
    5
        func periodicTimeValues(
  6. `AsyncStream` implementation from Co... `AsyncStream` implementation from Combine Publisher
    1
    import Foundation
    2
    import Combine
    3
    
                  
    4
    extension AnyCancellable: @retroactive @unchecked Sendable {}
    5
    extension CurrentValueSubject: @retroactive @unchecked Sendable {}