Tyler McGoffin

Results 7 issues of Tyler McGoffin

Closes github/cli#490 ## Foreword This isn not done yet, but boy has it been a lot. In learning about this part of the codebase and attempting to write tests to...

- **Exit repo create http tests under error conditions** - **Exit in repo creation tests under error** - **Provide typing for visibility in repo creation**

## Introduction Hello y'all 👋 GitHub CLI team here to add some transparency to some upcoming work we have planned around making the CLI ready for the upcoming [v1 projects...

core
gh-pr
gh-issue
gh-search

### Describe the bug `gh auth login --with-token` is [described](https://github.com/cli/cli/blob/92ff87c6b77f055b0446430bf8cf65025f2c64a7/pkg/cmd/auth/login/login.go#L71-L72) to accept a token on standard input. The [usage example](https://github.com/cli/cli/blob/92ff87c6b77f055b0446430bf8cf65025f2c64a7/pkg/cmd/auth/login/login.go#L93) in the docs is ```shell gh auth login --with-token <...

bug
needs-design
core
gh-auth

## Problem Statement There are, impressively, around 250 functions for templating included in this package. We would be interested in a way to cherry-pick which functions we include when using...

## Description I'm trying to create a program to read power from a cycling trainer. I'm able to successfully connect to my bike trainer from Mac devices, but not from...