David Gardiner

Results 160 comments of David Gardiner

Nope.. with c:\users\dgardiner\.dockercfg having the same contents as C:\Users\dgardiner\.docker\config.json it still fails. ```text [WARN] Failed to load auth config: No docker configuration found ... ... [ERROR] failed to execute task...

I'll test setting these and let you know the results

Ok.. so I got a little further after setting `DOCKER_CONFIG` to point to the directory where config.json lives. I no longer get the warning about no docker config found. Instead...

I think this relates to https://github.com/golang/go/issues/34610 and https://stackoverflow.com/questions/61306742/version-of-golang-org-x-syshash-in-go-mod-ignored

@justinyoo Something I'm encountering which seems similar. In the code sample above, is it possible to make `OptionalChild` nullable? ```csharp [OpenApiProperty(Nullable = true)] public ChildModel? OptionalChild { get; set; }...

The current docs imply that using `.tfbackend` will "likely provide better editing experience". It would be great to be able to update the docs to remove the word 'likely' 😄...

May be worth looking at https://github.com/microsoft/VSSDK-Extensibility-Samples/tree/master/AsyncCompletion as an approach for VS2019+

Probably.. I'm using Pro On 13 May 2017 at 19:43, Rob Reynolds wrote: > I'm guessing this likely only affects pro. The biz version works on this > appropriately >...

I'm not sure. Is it possible to share the verbose log from your installer (link to a Gist if you like) David

If that is the correct fix I'm happy to raise a PR