Kirk Bushell

Results 65 comments of Kirk Bushell

The fact that a function, match, cannot be used in conjunction with a class, Match, shows how utterly backwards PHP still is. I use it every day but these sorts...

@driesvints cheers for your input. Basically a user could be assigned to many roles, and role X may allow a particular permission, whereas Role Y denies that permission, and Role...

@driesvints I can see that here: https://github.com/BeatSwitch/lock/blob/master/src/Tests/PersistentDriverTestCase.php#L85 the test shows allow, then deny - therefore, denied. What if a second allow is added after that initial deny permission is set?...

@sagikazarmark it wasn't really about glitches, but really how we needed to use auth. We ended up writing our own system in less than an hour.

It doesn't look like it, no documentation regarding responsiveness. The fact you have to specify widths rather than it grabbing it from the elements inside is a bit annoying (ensuring...

@valorin cheers! i have a feeling this may have been changed in the core codebase, as I'm fairly certain I duplicated the first bit of it. Something in the back...

Certainly, soon as I have time.

@jaulz is there a reason outside of "it's old" to need to upgrade? Are there known security vulnerabilities?

Looks like with this particular issue Eloquent defers to the Builder, so in order to manage this we'd need to set it up on the model, change the attributes and...