Skip to content
View wvteijlingen's full-sized avatar
Block or Report

Block or report wvteijlingen

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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

  1. swiftui-interface-orientation swiftui-interface-orientation Public

    Allow interface orientations on a per view basis in SwiftUI

    Swift 10 2

  2. swift-websocket swift-websocket Public

    An async/await WebSocket wrapper for Swift

    Swift 2

  3. Swift RetryStrategy Swift RetryStrategy
    1
    public protocol RetryStrategy {
    2
        /// True if the strategy allows to retry a failed action. False if all the retries have been 'used up'.
    3
        var shouldRetry: Bool { get }
    4
        
    5
        /// The delay for which to wait before attempting to retry a failed action.
  4. swift-network-mocker swift-network-mocker Public

    Speed up development and testing by adding an autogenerated network stubbing panel to your app.

    Swift 4

  5. moya-integration-testing moya-integration-testing Public

    A Moya plugin for easy integration testing of your Moya network requests using XCTest

    Swift 6