Algy Taylor

Results 6 comments of Algy Taylor

This will check for browser support then load the library w/o modernizr. Then ``` (function () { /** * Loads a new javascript then performs a function */ function loadScript...

Hi Stephan, I had a similar problem, found I'd got a conflicting .htaccess file ... might be similar?

I may have capacity to look at this bug in the near future - please let me know if this has any particular requirements from your part :)

@azankl , @buske - this could be an area we'll need to look at in the future. If anyone else is motivated to do it, please take it on as...

This would be really helpful. I often write a little custom function myself like ``` function pretty_dump($var) { echo "" . json_encode($var, JSON_PRETTY_PRINT) . ""; } ``` It'd be handy...

I think it's not so much the permission logic as the query logic. Imagine a situation like ... - I should have read access to all details in the `user`...