Results 46 comments of William Denniss

pull request anyone?

@farski but it's for speed reasons people are enabling 64-bit slices. I doubt keeping these few lines of purportedly 32-bit optimised code is worth the trade-off of disabling the 64-bit...

Is it worth having an official 64bit optimised branch then? I can see a lot of people wanting this to get all the performance they can out of the 5S...

I've switched my upstream repo to @mz2's master (incorporating #120) which addresses this issue. Looks like this fork is currently unmaintained? #129

Maybe the the community needs to select a new maintainer? I've switched my JSONKit upstream to @mz2's fork.

> Should shortening of codes with only eight digits be allowed? E.g. 8FVC9G8F+ > Should shortening of codes with six digits be allowed? E.g., 8FVC9G00+ > Should shortening of codes...

My approach would be similar to your [comment ](https://github.com/google/open-location-code/issues/196#issuecomment-439019877) on the uneven length codes: "be conservative in what you do, be liberal in what you accept from others", which I...

I think: `let authorization = GTMAppAuthFetcherAuthorization.init(authState: authState!)` Should be: `let authorization = GTMAppAuthFetcherAuthorization. initWithAuthState(authState: authState!)` That exception is thrown when the default initializer is called.

You need to add the scope `OIDScopeEmail` to your scopes array to get the userEmail.