Skip to content
View JasonCanCode's full-sized avatar

Block or report JasonCanCode

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. apiservices apiservices Public

    This Swift Package makes setting up a network service easy and send requests through async/await

    Swift

  2. AsyncImageLoading AsyncImageLoading Public

    A light-weight solution for loading and caching images.

    Swift

  3. Git commit hooks for running SwiftLint Git commit hooks for running SwiftLint
    1
    #!/usr/bin/env bash
    2
    
                  
    3
    DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
    4
    echo "Running from" $DIR
    5
    
                  
  4. LinkRouter LinkRouter Public

    A streamlined structure for inspecting a link and informing the right coordinator to take action.

    Swift