Dmitrii Shevchenko

Results 17 comments of Dmitrii Shevchenko

Currently, it doesn't have nested interpolation.

I don't think it is related to this PR but found that the displayed number of rules to edit is wrong: I'll create a separate issue for that.

I receive a Bag Request error when bulk adding empty actions. Not sure what should be the correct behavior in that case, though. Probably, a form validation error saying that...

> Did you pull the most recent changes? I'm testing on `5af4ac1dc41`, and it looks like it is the latest commit.

> Bulk adding rule actions with an empty array of actions should work because that's how the user can change the frequency. Yes, that's right. I was just confused by...

If a rule has `max_signals` set to a value higher than `xpack.alerting.rules.run.alerts.max`, it finishes execution with an empty message. We need to pass the correct warning message to the final...

> @dplumlee @xcrzx I'm wondering why does a rule [log a warning status](https://github.com/elastic/kibana/pull/179680#issuecomment-2074457868) when `max_signals > xpack.alerting.rules.run.alerts.max`? There's nothing dangerous in this situation, and user doesn't have to necessarily fix...

Same issue on M1 MacOS, Python 3.10. I ran `poetry add ecos`, and it fails with: ``` ecos/ecos_bb/ecos_bb.c:388:5: error: implicitly declaring library function 'memcpy' with type 'void *(void *, const...

Hey @jpdjere, we just talked with @dhurley14 and discussed the changes in both PRs. I don't think it's necessary to block anyone's work here. There will be some conflicts, but...

> But that just caused the requests to eventually time out. Which I kind of expected. What do you think? I mean, this is the same scenario we're having for...