Skip to content
View nearfri's full-sized avatar
  • Gyeonggi-do, Republic of Korea

Block or report nearfri

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 Loading

  1. Strix Public

    A parser combinator library written in Swift.

    Swift 10

  2. XCResource Public

    A plugin to generate Swift code for String Catalog (xcstrings), fonts, and other resources.

    Swift 9

  3. UserDefaultsWrapper Public

    A Swift library that makes it easy to use UserDefaults.

    Swift

  4. ObjectCoder Public

    Swift Object Encoder/Decoder

    Swift

  5. HTTPMock Public

    A Swift library for stubbing HTTP requests.

    Swift

  6. Typed Notification
    1
    public protocol CustomTypedNotification: TypedNotification {}
    2
    
                  
    3
    extension CustomTypedNotification {
    4
        public static var name: Notification.Name {
    5
            return .init(String(reflecting: self))