Anton Tayanovskyy

Results 334 comments of Anton Tayanovskyy

I was able to take a quick look here. During triage we were looking at it and though that maybe some small broken HTML code in the pipeline prevented the...

I can reproduce the issue. The workaround is to use all lowercase customSubdomainName `"productscan"`. The issue arises with Pulumi detecting a diff on customSubdomainName: ``` +- azure:cognitive:Account cvAccount replacing [diff:...

It appears to be that you may be missing a required property, though it's hard to map the error message back to Go code. Do you have a full working...

Hi @zbuchheit (and @jaxxstorm), my team is working on this in the current iteration, we expect to have it ready next week. I'll write here when the changes are released.

Noting https://github.com/go-git/go-git/issues/64 related here courtesy of @squaremo Quote: ``` The only reliable fix is to use git2go, which is Go bindings for the C library libgit2. ``` Discussion notes. We...

@dixler could you elaborate why the two things have to be mixed? Can they be solved separately and be functionally independent? For example why would the style of specifying Git...

> @t0yv0 would you mind squashing these commits? Done @AaronFriel

@AaronFriel had some thoughts on how this can be done.