Paul Hatcher

Results 75 comments of Paul Hatcher

@9swampy Is there a current way I can get my result without using the `;;''` syntax i.e. only output the `CommitsSinceVersionSource` if it is greater than zero?

@marvinjuette / @ketiovv - update on [#300060 (comment) ](https://github.com/hashicorp/terraform-provider-azurerm/pull/30060) > Hello everyone, apologies for the delay. My colleague from the Redis API team just advised they need to rollback the...

@9swampy You mention "modern ?? fallback syntax" - what do you mean by that, AFAIK `??` is just the null coalescing operation and nothing to do with string formatting?

@9swampy No worries - reason I was asking was to see if I could do the same idea of suppressing the commit number when it's zero via a different syntax

@habbes Is there a benchmark for the deserialization performance here? I did a lot of work on optimizing `Simple.OData.Client` a few years back and some of the techniques might be...