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

Block or report C-Saunders

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  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]+\. //')