Connor S. Parks

Results 18 comments of Connor S. Parks

It's something that would certainly be of great use to Cachet. Although... it's a pretty big job.

That sounds like a not-so-pretty work around @EmilioD; I feel like this, as a feature, is something that should be implemented as neatly as possible – full integration. Not just...

Maybe it would be more suited as an option, rather than a replacement.

@segfly I'm unsure about just 'trusting' the request – that sounds horrible. That said, I also agree with not using Radius. Seems like an extra step for no real reason.

Not sure about anyone else but seeing `DB::raw` makes me want to rip my eyeballs out.

Use Eloquent? `SELECT group_id, MAX(status) as severity FROM components GROUP BY group_id` -> ``` php $query->selectRaw('MAX(status) as severity') ->addSelect('group_id') ->groupBy('group_id'); ``` idk about merging it into the scope though, I'm...

@billmn that seems equally as bad to me :disappointed:

I've been looking for this solution myself for a very similar use case, was going to open an issue but I found this one asking for exactly what I would...

@tamhv, @pjebs take a look at #29 – that should help.

Same issue here and it's so annoying constantly tabbing to no avail - would be cool if this was fixed.