Bevan Arps

Results 202 comments of Bevan Arps

Confirmed as fixed in the Swagger WIP branch (see #2323). The Spec version looks like this: ``` go type MetricAlertCriteria struct { // MicrosoftAzureMonitorMultipleResourceMultipleMetric: Mutually exclusive with all other properties...

I believe I've found the deadlock. When the second execution of a Task needs to be skipped because it has already run (or is currently running), the code holds onto...

> hope it is OK to ask a question here. Absolutely! > tried to see if a ASO2 Slack channel exists We have an ASO Slack channel over in the...

"kept alive" != "kept stationary" It's been a long time since I futzed around with pointers in C#, but I believe you've got a problem - while the memory for...

Ah. I interpreted "fixing this" as "I'm fussing around with the memory of the struct to fix something", not as "fixing it in place".

Here's an example of use - at least as far as I understand the proposal. Since the right-hand side won't be evaluated once `result` is **false**, the `Validate()` function shown...

> I don't think that's a very good example since you could just use && in that case without any assignments. @Neme12 You're absolutely right - I was just trying...