Skip to content
View willgeorgetaylor's full-sized avatar
⚒️
Busy at the moment
⚒️
Busy at the moment
Block or Report

Block or report willgeorgetaylor

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. junit-reducer junit-reducer Public

    CLI tool for aggregating JUnit report times so you can split tests on CI 🔧

    Go

  2. junit-reducer-action junit-reducer-action Public

    GitHub Action for reducing JUnit XML reports

    TypeScript 1

  3. Elixir GuardPipe macro Elixir GuardPipe macro
    1
    defmodule Utils.GuardPipe do
    2
      @moduledoc ~S"""
    3
      When a value input into the pipe is an error tuple, the subsequent function in the pipeline will not execute, and the error tuple is immediately returned as the output.
    4
    5
      Example: