timbo
timbo
Another vote for this. Is there any news on if its planned?
Is this likely to be merged or does anyone have a workaround?
I've spotted a `Sites.GetSiteHostNameBindingsAsync()` and also a `Sites.CreateOrUpdateSiteHostNameBindingAsync()` If this is required first then its not extirely obvious which of the properties i need to populate on the `HostNameBinding`object i...
Ok, so this code "Works" ``` var site = await m_websiteClient.Sites.GetSiteAsync(resourceGrpName, siteName); var hst = new HostNameBinding(); hst.Name = siteName; hst.Name = $"{siteName}/{hostName}"; hst.Location = site.Location; var doms3 = await...
Just cloned the repo and get the same error. Also noticed that the Readme says navigate to http://localhost:8008 but its 8080 which is responding.
Hi @akshaysngupta, I can see this issue still open despite a merged PR. Is it resolved? We are considering upgrading and this will impact us.
not sure if related or a separate issue, but after refreshing to see the page, it seems the view logs option is no longer present for pods etc.
Hi, is this mutated branch still a work in progress or should it work in chrome32 or ffx 26? We currently use the old version of livequery and i tried...