The Wayback Machine - https://web.archive.org/web/20201112040059/https://github.com/heckj
Skip to content
Avatar

Highlights

  • Arctic Code Vault Contributor

Organizations

@makhidkarun @kubernetes @RackHD @swiftviz @Ranchero-Software

Pinned

  1. Coffeeshop Network Advisor

    Swift 1

  2. Vim script 1

  3. 1
    -- Script to turn on Cocoa debugging options for a the active executable of an XCode project. See <Foundation/NSDebug.h>
    2
    -- For extra points change "project document 1" to whatever the right specifier for front most project document.
    3
    
                  
    4
    on createvariable(inName, inValue)
    5
    	tell application "Xcode"
  4. 1
    # Exclude the build directory
    2
    build/*
    3
     
    4
    # Exclude temp nibs and swap files
    5
    *~.nib

744 contributions in the last year

Nov Dec Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Mon Wed Fri

Contribution activity

November 2020

Created 10 commits in 2 repositories
Opened 2 pull requests in 1 repository
Reviewed 1 pull request in 1 repository
heckj/swiftui-notes 1 pull request

Created an issue in heckj/swiftui-notes that received 1 comment

Debounce, Throttle tests need to be broken up, potentially re-written

The debounce and throttle tests are showing more and more differences between the CI system and running locally on my laptop with a simulator, vs. …

1 comment
You can’t perform that action at this time.