Oliver Ford

Results 349 comments of Oliver Ford

Ah, actually it does seem that user settings aren't loading (issues are fine so I didn't notice before).

It seems all the defaults are read back in, so any unspecified parameters are to be 'changed' back to `null`: ``` - config_parameter { - parameter_key = "auto_mv" -> null...

Another problem with the environment variable approach is that: ``` TF_CLI_ARGS_plan='-state=statedir confdir' ``` means `terraform plan` no longer takes any arguments, since they should have preceded `confdir`. So, for example,...

`-chdir` is I think a recently added global option that helps here. Unfortunately it can't be used with `TF_CLI_ARGS`, since it *must* come before the subcommand, i.e. `terraform -chdir=subdir init`,...

@afinetooth Will we need to change anything to use it, or will it just start working, automatically using the right binary for an existing `uses: coverallsapp/githubaction@v2`?

> This PR is only for regular views, materialized views deserve a separate resource type. eg: postgresql_materialized_view Do they? To my mind it would make sense to have that just...

I have this too, every FF restart. All tabs reopen in correct container and pinned status, but in the default panel, and other panels minimised as their now empty. I...

I never close Firefox manually before shutting down; this only recently started occurring. Even more recently (last two or three days) it's _mostly_ been OK, just a few (not all)...

I've been meaning to mention it, or at least to verify it, but I haven't seen this issue at all for a long time, and not nearly the frequency I...

@bdehamer I've read contributing, have I missed a CLA or something? Would appreciate a review when someone has a chance; still here and happy to update as necessary.