Albert Lloveras

Results 5 issues of Albert Lloveras

The current documentation wording seems to suggest that the only `.netrc` file that will be considered by Terraform is the one sitting in the current user's HOME directory. However, unless...

documentation
tw-reviewed

## Intent To add support for multi-document serialization to the `encoding/yaml` module. ## Problem The current implementation of the YAML module does not allow the generation of a multi-document YAML...

## Intent To support numerical negative values.

## Problem I don't think the current implementation handles numerical flags (e.g: `xflags.Int`, `xflags.Int64`, `xflags.Float64`, etc) that are assigned to negative values. For example: ``` $ test-cli --numerical-flag=-10 test-cli: --numerical-flag:...

**Describe the bug**: Golang's data race detector reports quite a few issues when enabled: ``` === Failed === FAIL: acme TestAcmeOrdersController (11.82s) ================== WARNING: DATA RACE Write at 0x00c0008ceb60 by...

kind/bug