Kevin Bond
Kevin Bond
> these can be sped up with an index on failure_type and changing COUNT(p0_.finished_at) to COUNT(*) I feel like there was a problem using `COUNT(*)` but I'll check. Does just...
> We can store and calculate a cumulative average. What about the "period" averages/counts? > Should be pretty easy? I mean hard to make this compatible with all database platforms....
Got it, thanks Jordi!
Just want to pop in to say some kind of builder for complex expressions is interesting. Agree these can get hard to understand. Would be interesting if you could build...
Yeah, not a lot of effort has gone into making Foundry performant. That being said, we have been improving it lately. Because of the `LazyObjectManager`, clearing the EM shouldn't be...
Ok, so it's not the form's csrf that's causing the problem but the live component's csrf... I agree we should provide a better method to handle this but not quite...
Ah yes, I think @norkunas is correct. Anyone have any thoughts on how to solve? > If I try to use the @click syntax, Twig throws an exception. I think...
Yeah, no matter what syntax we use, the possibility for conflicts exists. Some quick ideas: 1. Make the nested separator configurable 2. Add a prefix _exclude-list_ 3. Some kind of...
Totally agree that `-` should be included in the regex! As a solution to this issue, another idea: `::` to escape? `x-on::click` renders as `x-on:click`?
I believe #1959 & #1960 together would resolve this issue.