Craig London

Results 18 comments of Craig London

@thirtyfoursoft You are probably getting a JS error. I get this when I attempted to use the bookmarklet in Chrome. `VM2588:1 Refused to load the script 'https://s3.amazonaws.com/freakdesign-us/shopify/shopifyFD/s/shopifyFD.min.js' because it violates...

@freakdesign could you provide a link to this alternative bookmark?

@lucdaduke this probably has been resolved by this commit https://github.com/terrylinooo/psr-http/commit/c1c88c5979f3a477183c6c7712ed7648588f655c

I think the only commit related to Amy performance (supposed) improvements is this one. https://github.com/phpseclib/phpseclib/commit/57c87fc9bc4bb66175a08fdb8ee23d531a19d7ef I haven't done any benchmarks before but would be willing to do some given a...

This would be a nice feature, it is annoying seeing the false positives for views that exist but the plugin doesn't parse the Yii:setAliases that are set in the bootstrap.php...

I think I am having this same issue. I am using the Yii2 Advanced Template. Getting false positives by this detection. `View file for "select" not found in "/advanced/views/payment-method/select.php"` ....

This appears to be resolved on 0.8.42.5 and configuring the Yii Root Path.

@samdark Not off the top of my head... the comments in the batch() method say that `* @param Connection $db the database connection. If not set, the "db" application component...

in db/Query, createCommand, there is this code to set the $db variable if it is null, seems like batch() needs it too... ``` public function createCommand($db = null) { if...