Sam Eiderman

Results 6 issues of Sam Eiderman

By supplying runAsUser it is possible to run initdb as non-root user (which otherwise fails) even if the calling process runs as root. In addition, flush logger on failures to...

#### References to other Issues or PRs #### Have you read the [Contributing Guidelines](https://github.com/grpc-ecosystem/grpc-gateway/blob/main/CONTRIBUTING.md)? Yes #### Brief description of what is fixed or changed Allow extensions to be used with...

In addition to: https://github.com/sirupsen/logrus/issues/137

Introduced in https://github.com/pulumi/pulumi/pull/16146 @lukehoban

So we can now use `AdditionalCLIOptions` in tests. See: https://github.com/GoogleCloudPlatform/magic-modules/pull/14952 **Release Note Template for Downstream PRs (will be copied)** See [Write release notes](https://googlecloudplatform.github.io/magic-modules/contribute/release-notes/) for guidance. ```release-note: enhancement go: Update github.com/hashicorp/terraform-plugin-testing...

**Change** Today it is not possible to add a variable that is contained in the following list: ``` stdTypes = []*decls.VariableDecl{ decls.TypeVariable(types.BoolType), decls.TypeVariable(types.BytesType), decls.TypeVariable(types.DoubleType), decls.TypeVariable(types.DurationType), decls.TypeVariable(types.IntType), decls.TypeVariable(listOfA), decls.TypeVariable(mapOfAB), decls.TypeVariable(types.NullType), decls.TypeVariable(types.StringType),...