Andreas Siegel

Results 26 comments of Andreas Siegel

I encounter a very similar problem with Terraform 1.1.0 (or 1.0.4 or 1.0.11) and the Azure DevOps Provider 0.1.7 and 0.1.8.: When I run `terraform plan` in the project my...

I wish rerunning would fix it. I get the error all the time recently, and always in the same spot. But you're right, I get the error running on the...

> This is the response I'm getting for the GHE service connection (personal information removed and IDs shortened): ```json { "data": { }, "id": "047265e7-496d-441c-b80e-...", "name": "devops-git", "type": "githubenterprise", "url":...

It works if you add additional environment variables to the run configuration of your tests: ``` LC_CTYPE=en_US.UTF-8;LC_ALL=en_US.UTF-8 ``` ![image](https://user-images.githubusercontent.com/13197892/74046689-4bfab180-49cf-11ea-9ec8-dca7351d1e35.png) Also see this answer on Stack Overflow: https://stackoverflow.com/a/59736683/6418426

Services like Azure API Management behave the same which bothered me in the beginning, too. By now, I actually like that the RFC is followed. @mjhcorporate I understand you want...

@Harti It certainly does! I did not think about using Bruno to check and ensure clients will get what they rely on. 🙈 Personally, I stopped using tools like Postman,...

I wonder if the underlying library for requests should be a configuration option so that the user can decide what to use, or whether that should rather be a conscious...

I'd suggest converting the README to AsciiDoc to be able to make use of a table of contents macro. I'm afraid the manually created TOC might not be maintained too...

> Thank you Andreas, I will look into what it would take to create a macro for the table of contents. @KameronKeller Unfortunately, I currently don’t have the time to...

Hi @KameronKeller, does GitHub's built-in sort-of table of contents help? At the top-right above the actual README content, you find an icon that opens a menu that helps navigate the...