andrew-sumner

Results 31 comments of andrew-sumner
trafficstars

Ok, just got weirder... realised that I can tack "status" to the selenoid-ui url (eg `http://localhost:8080/status`) and that shows the full list of browsers and sessions running in selenoid. So...

Ah, I'm using Edge, switched over to Chrome and all is good. Perhaps there could be a warning somewhere that Edge isn't supported?

@lanwen Will do as soon as I get selenoid up and running again - doing a clean install on a windows server and having some fun even getting docker installed...

It's 2 years later, when in this support for Visual Studio going to arrive?

I've worked around this using the following ansible: ``` - name: Check for agent service for {{ az_devops_agent_name }} ansible.windows.win_service_info: name: 'vstsagent.tfs.{{ az_devops_agent_pool_name }}.{{ az_devops_agent_name }}' register: service_info # -...

We have sensitive variables in our destroy time provisionsers. Moving them to the triggers block writes them to the state file AND to the console which we've been trying extremely...

I just tried installing from http://dist.springsource.com/snapshot/TOOLS/gradle/nightly into a fresh install of eclipse-jee-luna-SR1-win32-x86_64. This broke my ability to connect to the marketplace. The work around https://issuetracker.springsource.com/browse/STS-3922 did exactly the same thing...

Hit this as well, in my case I'm attempting to install multiple Azure Devops agents on the same server. Looks like I'm going to have to abandon chocolatey and use...

My work around is to delete 'C:\ProgramData\chocolatey\lib\azure-pipelines-agent.{{ az_devops_agent_version }}' on target server before deploying next package. Dirty but works.

Thanks for that, is there a list of rule ids available anywhere?