Joshua Dickerson

Results 11 issues of Joshua Dickerson

https://github.com/colinmollenhour/Cm_Cache_Backend_Redis/blob/1132d905f08e33f24d1d80b775d2c7720b00c239/Cm/Cache/Backend/Redis.php#L748 If we only have one cache tag (I think that's the usual case, at least for Magento), we can just remove this instead of removing the set members, right?

Running EcomDev_PhpUnit with E_ALL on PHP 7.4 (modified version of OpenMage) and my tests are complaining with this error: ``` Error: Warning: session_set_save_handler(): Cannot change save handler when headers already...

### Summary (*) Zend_Locale_Data data is loaded from XML files and then it gets cached in a memory store. This causes dozens/hundreds of requests to the cache (I'll just say...

waiting for feedback
needs investigation

### Description (*) The session gets loaded/started in the controller but it might not ever need to be started. A lot of routes, like the category controller, don't have any...

waiting for feedback

### Summary (*) `Mage_Catalog_Helper_Flat_Abstract::isAvailable()` gets called from `Mage_Catalog_Model_Resource_Product_Collection::isEnabledFlat()` which is called from the constructor and from `Mage_Catalog_Model_Category::_construct()`. So every page where we load a category or a product collection, it...

waiting for feedback

### Summary of problem or feature request Ping currently returns a boolean after swallowing the exceptions. I'd like to know why it failed so I can log that and take...

https://github.com/segmentio/analytics.js-integrations/blob/master/integrations/google-analytics/lib/index.js#L703 Support is guaranteed for IE >= 9: https://segment.com/docs/connections/sources/catalog/libraries/website/javascript/#internet-explorer-support This is not compatible with IE: https://caniuse.com/#feat=array-includes

I'd like to use this but I'd also like it to be tested in 7.3 and 7.4 to be sure it works. Not sure if Travis has PHP 8 support...

https://www.sitemaps.org/protocol.html#sitemapIndex_sitemapindex Trying to parse a sitemap index with sitemap() causes `Warning: Undefined array key "url"`. I'd like sitemap() to be able to read the index file

Would be nice to have the ability to parse robots.txt like RSS feeds. `$web->robots` https://github.com/bopoda/robots-txt-parser is a library. Not sure if it is the one to use here but it...