Andrew Ring
Andrew Ring
When compilation errors occur during `build.rs` execution, there is no indication in the error output that the error occurred at that stage. This can cause confusing behavior that is difficult...
It is not currently possible to use kebab-case or SCREAMING-KEBAB-CASE, snake_case, or SCREAMING_SNAKE_CASE for serde name formatting for multipart names, while also using POSIX compliant environment variables to set config...
From ubuntu with current apt go package (go1.10.4 linux/amd64), running: ``` go get -u github.com/bazelbuild/buildtools/buildifier ``` yields the following error: ``` /root/go/src/github.com/bazelbuild/buildtools/buildifier/utils/utils.go:163:14: undefined: strings.ReplaceAll ```
In directory_v1-rev118-1.25.0 (and it appears many previous versions) methods on User objects which should return lists, instead return Object ([see API docs](https://developers.google.com/resources/api-libraries/documentation/admin/directory_v1/java/latest/com/google/api/services/admin/directory/model/User.html)). List object types, such as UserAddress exist in...