Nick Klauer

Results 41 issues of Nick Klauer

Per some guidance from the Go blog, it recommends removing stutter in names: https://blog.golang.org/package-names In particular, this portion seems relevant: > **Avoid stutter**. Since client code uses the package name...

There are a number of good linters out there, one of them being [`errcheck`](https://github.com/kisielk/errcheck). This specific tool points out a number of places where error values aren't being checked for,...

We have some users that are using sigil with the ProxyCommand through tools like Ansible and Chef Knife. We're getting some ThrottlingExceptions as sessions and commands are exiting and entering...

enhancement

Related to #175, we also have some contention with settings that use the `--gen-key-pair` flag and a path: ``` Match User ubuntu* Host i-* IdentityFile ~/.sigil/%h/temp_key IdentitiesOnly yes ForwardAgent yes...

enhancement

I've been experimenting with different retry logic configurations for different use cases. It would be nice to be able to specify the different retry options in a configuration file, environment...

I don't have anything special that I know of in my OS (WinXP): ``` PS C:\mydocs> pik config ** CURRENT CONFIGURATION ** There was an error. Error: undefined method `+'...

I tried `pik install` on a couple different versions and I'm getting the same sort of error: PS C:> pik install 1.8.7-p302 INFO: Installing ruby-1.8.7-p302 ``` INFO: Downloading: http://rubyforge.org/frs/download.php/72087/ruby-1.8.7-p302-i386-mingw32.7z to:...

I've been doing some more exploratory work to discover all of our resources and perform some tagging efforts. The Resource Groups Tagging API supports a TagResources call that allows you...

I needed this for a project I was working on, and found that I hadn't been keeping up with the changes, so I would like to push this into mainline.

Since there's Slack support, I think there's a reasonable chance that Mattermost could be supported as well. The API and such I think is pretty interchangeable, but I don't know...