Kevin Burke

Results 23 comments of Kevin Burke

In aws/endpoints/endpoints.go, here is the documentation for ResolvedEndpoint ```go // A ResolvedEndpoint is an endpoint that has been resolved based on a partition // service, and region. type ResolvedEndpoint struct...

I've fixed everything with CircleCI except the linters; the error message on the linter is incomprehensible.

> If you'd prefer I can handle the Go version upgrade and linting fixes. Sure, if you have time that would be great.

Apologies to make more work for you, but we've decided to move development on this project to a new organization at https://github.com/parquet-go/parquet-go to ensure its long term success. We appreciate...

Apologies to make more work for you, but we've decided to move development on this project to a new organization at https://github.com/parquet-go/parquet-go to ensure its long term success. We appreciate...

Apologies to make more work for you, but we've decided to move development on this project to a new organization at https://github.com/parquet-go/parquet-go to ensure its long term success. We appreciate...

I think literally like ``` Debug bool `flag:"-d,--debug" help:Enable debug logs` ``` instead of ``` Debug bool `flag:"-d,--debug" help:"Enable debug logs"` ```

Reading through the source I believe that that endpoint would also have a 5 second timeout. I can test it experimentally though.