Alex Vincent

Results 10 comments of Alex Vincent

Thanks for raising this, it would appear that my current implementation has an issue; ```csharp if (downloadPhoto || qs.Count == 0) qs.Add("d"); ``` According to [the docs](https://developers.google.com/photos/library/guides/access-media-items#base-urls) (search the page...

@chrisgull The .NET Core 3.1 console itself uses LoginAsync. I have no experience with UWP so I would appreciate you sharing a test project then I can take a closer...

Ok and good luck :)

I have re-opened it, but at the moment I've very little time to further investigate...

Terraform v0.14.0 + provider registry.terraform.io/hashicorp/azurerm v2.39.0 + provider registry.terraform.io/hashicorp/helm v1.3.2 + provider registry.terraform.io/hashicorp/kubernetes v1.13.3 Initially I ran the below (identical inputs to OP but in a different order...); ```hcl resource...

So I added a bunch of EXIF tests [here](https://github.com/f2calv/CasCap.Apis.GooglePhotos/blob/main/src/CasCap.Apis.GooglePhotos.Tests/Tests/ExifTests.cs) and can confirm that the original query is correct. Yes sadly Google strips the latitude/longitude data when the bytes are returned.

I can only suggest; 1. clone the repo & open in Visual Studio 2. add the required configuration parameters to https://github.com/f2calv/yamlizr/blob/main/src/CasCap.DevOpsYamlizrCli/Properties/launchSettings.json 3. execute DevOpsYamlizrCli application in Debug mode, and debug...

Please update to 2.0.1 and let me know if still a problem.

I have no errors in my own integration tests (including with task groups) so I can only suggest that you debug this issue for yourself; 1. Clone the repo and...

The official argument is --skip-duplicate, so I would be inclined to rename --ignore-duplicate to match; - https://learn.microsoft.com/en-us/dotnet/core/tools/dotnet-nuget-push