Dave Morris
Dave Morris
This was resolved in mdg_camera a while ago. Could you just bump the version up and republish this package? https://github.com/meteor/mobile-packages/issues/98 (1.4.1 looks to be the current version, and this package...
I do have this in my main.tf: ``` tags = var.tags ``` And this in my .tfvars file: ``` tags = ["tag1", "tag2"] ```
Thanks, I'm looking forward to trying out the fix whenever it's available.
I haven't tried this in a while, have any changes been made that might make it worth trying again?
Thanks for the tips, everyone. I will check out the develop-vnext branch. @dan-we do you have any instructions for getting this project working with VSTS? I have never done anything...
@dan-we okay, great! I look forward to trying this out!
Thanks! I am having trouble getting the VSTS project. Is there supposed to be a solution file for the VSTS project? I noticed that there is a solution file for...
 I am also getting a number of other errors when I try to build the VSTS solution. I am still trying to locate the AXUtilLib.dll file, but in the...
I was able to resolve some of them, but now I have hit another blocker. This code uses c# 7 syntax, and it's not available in VS 2012. I also...
I was able to refactor the C# 7 code and I got the full project to compile in VS 2012. However, I followed the instructions to install the contents of...