Skip to content
View collinstevens's full-sized avatar
🎯
Focusing
🎯
Focusing
Block or Report

Block or report collinstevens

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. win32-ctrl-c win32-ctrl-c Public

    /SUBSYSTEM:WINDOWS Win32 application attaching to parent console and closing on CTRL-C/CTRL-BREAK

    C++ 2

  2. dig every dns record dig every dns record
    1
    #! /bin/bash
    2
    
                  
    3
    set -euo pipefail
    4
    # set -x
    5
    
                  
  3. npm_config.ps1 npm_config.ps1
    1
    npm config set audit=false --location user
    2
    npm config set editor=code.exe --location user
    3
    npm config set fund=false --location user
    4
    npm config set init-author-email="github@collinstevens.com" --location user
    5
    npm config set init-author-name="Collin Stevens" --location user
  4. pnpm_config.ps1 pnpm_config.ps1
    1
    # side-effects-cache breaks symlinks on subsequent `pnpm install` even after https://github.com/pnpm/pnpm/pull/7705
    2
    pnpm config set side-effects-cache false