Zach Leslie

Results 6 issues of Zach Leslie

```Go prompt := promptui.Select{ Label: fmt.Sprintf("a\nquestion"), Items: []string{"Yes", "No"}, } _, result, err := prompt.Run() ``` It appears that the label message gets mangled if the label contains a newline...

This confuses our users because they want to see what question they were asked, along with their answers as the interview continues. Is there a way to get the Label...

### Feature Description When a user receives an "Access Denied" message as in https://github.com/newrelic/terraform-provider-newrelic/issues/833 we may wish to instruct the user on what items to double check. "Please make sure...

pinned
client-go

I'm seeing issues where connections are not cleaned up after a request is issued. In a case I'm working on, a connection to several hundred devices exhausts my local open...

### Objective Here we seek to ensure some consistency with the build process between projects. Currently there is a build process in place here that we may wish to update....

refactor
size:S
priority:high
kubernetes

Currently we have a few `GetName()` methods that wrap the string in a `goFormatName` in the schema_util code. This however, may not be the desirable place for this modification if...

good first issue
help wanted
size:M
refactor
pinned
tutone