Robin Tweedie
Robin Tweedie
`ad` stands for "Active Directory" in the context of these urls which are necessary to use the Microsoft Azure Portal.
unnecessary, users of the gem should be able to put the parsed results into whatever data structure they want. musicbrainz-ruby will return plain old Hashes.
My environment: ``` $ prototool version Version: 1.8.0 Default protoc version: 3.8.0 Go version: go1.12.6 OS/Arch: darwin/amd64 ``` With an `example.proto`: ``` syntax = "proto3"; message Example { enum Foo...
## What do these changes do? Changes `utils.compose_auth_header` to use `base64.urlsafe_b64encode` on the returned string. This aligns with [how the Docker CLI encodes the same header](https://github.com/docker/cli/blob/693ae6ca733193818020823129511f6be14eaae7/cli/command/registry.go#L30-L37). I discovered this when...