Ryan McKern
Ryan McKern
The second bug seems to have gone away with the fixing of the first, but now I'm seeing this error on the Linux instance: a lot of warnings are thrown...
After correcting the typo, I'm still getting empty archives (regardless of whether or not I try to add files or directories): File: ``` rmckern@galvatron tmp $ irb irb(main):001:0> require 'archive'...
I ran into something like this recently; are you by chance using an ad-blocker with "social widgets" blocked? This was the root cause for me.
Hey! This is two years later but here's a Homebrew formula that will Do The Thing. Since there's no release version or tags, it has to be a HEAD-only formula...
@rafi Because when I replied in June, that wouldn't have Done The Thing -- there were no tags for this project then, and the `gopkg.in/yaml.v2` dependency had not yet been...
Can you clarify intent a little bit? "If flagset.output was set to stderr, the error would still be printed to stderr instead of stdout" still seems like desired and explicit...
The tests are failing because they no longer match func names; can you update them?
What're you thinking about for a version number on this? Clearly not a patch release but I'm not sure it's a major. Minor?
> Those removals would count as breakage, meriting a major release. Ah, if a major version is on the table then do we want to talk about what else might...
What's the advantage to using this approach instead of using `ec2metadata`'s [`Available()`](https://pkg.go.dev/github.com/aws/[email protected]/aws/ec2metadata#EC2Metadata.Available)? It looks like `Available()` is intended for exactly this use case, and implementing `Available()` is a very small...