Rory Primrose

Results 33 comments of Rory Primrose

I would also like to see support for allowing the user to type a number and have the slider match the keypresses. Other than usability and accessibility, this is also...

Thanks @xuzhang3. I found that it only happened on import. If I renamed the existing pipeline and then ran apply it was able to create the pipeline fine. Not a...

Is there a reason you use the old build api rather than the new pipeline api? https://docs.microsoft.com/en-us/rest/api/azure/devops/pipelines/pipelines/get?view=azure-devops-rest-6.0 I'm assuming it is so that you can support old build definitions as...

I get that kind of error mostly testing on my local machine. I suspect it is usually http/networking failures and running it again works fine.

Try running terraform through fiddler so you can see the https traffic. That might show something interesting.

@drdamour I had to create a Terraform module to help wrap this up. ``` terraform { required_version = ">= 1.0.0" # Terraform Version required_providers { azuredevops = { source =...

I imagine that submitting a pull request with the script would make this happen faster.

Sorry, my bad. I totally missed the last sentence of your original post 😁

It shouldn't be a breaking change unless you roll a signed package using a previous version and someone consumes one of its types using the fully qualified type name.

I think the bug in RegistrationExpression.cs at line 55. The logic should be: else if (container.IsRegistered(typeFrom, name) == false)