Sean Chittenden

Results 35 issues of Sean Chittenden

This would be super useful to have. I know HCL can have multiple representations for a given input, but when I want to convert from something to HCL, I don't...

I never thought I'd say that or want to read YAML, but I do.

I'm in a situation where I have a top-level command that I want to mark as hidden, however, I want to display all of the command's options when explicitly calling...

TL;DR: I need to scale the capabilities of an EC2 instance (in an ASG) based on the instance's size and machine type and `gomplate` seemed like a reasonable place to...

enhancement
new function

This is pretty simple but I couldn't figure it out: ```go // +build foo package main func main() { } ``` How do I pass in the `foo` build tag...

enhancement
hard
not-stale

Would there by any interest or appetite for doing a type assertion to an Equality interface or Sorter interface so that things like `Equal()`, `Less()`, or `Cmp()` could be used?...

There are no buildable targets for `illumos`/`solaris` making this logger unusable.

@apparentlymart Related to #12 , can you run the following for me in `psql`? ```sql SELECT * FROM pg_catalog.pg_namespace n; \d pg_catalog.pg_namespace ``` Reported by @apparentlymart in https://github.com/terraform-providers/terraform-provider-postgresql/pull/12#issuecomment-317067820

Once `v3` of jackc/pgx has been released (later this month, July 2017), switch from github.com/lib/pq to https://github.com/jackc/pgx . This should be an imperceptible change to provider users.

enhancement

See https://github.com/terraform-providers/terraform-provider-postgresql/pull/12#issuecomment-317067820 for details on the error from `postgresql_database.foo`. Reported by @apparentlymart