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

Block or report C-Saunders

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. steaming-diff-parser steaming-diff-parser Public

    Streaming parser for git diffs.

    TypeScript

  2. array-to-ranges array-to-ranges Public

    JavaScript 1

  3. comment-when-done comment-when-done Public

    A Probot app that makes a comment on a merged PR or closed issue with content you specify in the issue/PR body.

    TypeScript 1

  4. days_between days_between Public

    A command line utility for working with date ranges.

    Rust 1

  5. google_analytics_v4_report_flattener google_analytics_v4_report_flattener Public

    Converts Google Analytics API v4 reports to flat/delimited data.

    Rust 1

  6. List Heroku buildpacks for each app ... List Heroku buildpacks for each app using the Heroku CLI.
    1
    #! /bin/bash
    2
    
                  
    3
    app_list=$(heroku apps -A -t=${@} | grep -v '^===')
    4
    for app in $app_list; do
    5
      buildpacks=$(heroku buildpacks -a $app | grep -v '^===' | sed -E 's/[0-9]+\. //')