Gary Green

Results 125 comments of Gary Green

Just trying to think of the best way to fix this. It is easy to add a way of skipping the fields that are missing, but I think there is...

Not too keen on the environment option, I think that's probably a bit too complicated. If you needed specific settings for an environment make a wrapper in your app something...

I somewhat agree, as I don't like libraries like parsley.js or others that promote putting a lot of validation logic in the elements themselves, but because dominar is so terse...

Thanks for the explanatation. I wonder if there is a way of using service workers to intercept requests to images and stop them from being downloaded unless they are in...

@Gregwar had a chance to take a look? 😄

@Gregwar Hello! PR has been updated 😄

-1 to this. It should be down to the developer to serialize (in the format they want) and not up to the cacher to make these decisions.

> I actually had a plan to introduce an additional caching strategy which only caches Boolean responses to a given check. It would use the non-caching [Clipboard](https://github.com/JosephSilber/bouncer/blob/master/src/Clipboard.php) (currently activated by...

@JosephSilber any thoughts on this? Do you plan for Bouncer to support non-eloquent models? I would have a go at a PR but it looks like there's so many places...